Loading Tool

Explorer IconExplorer

Memory Pool

78,615 transactions
29.34 vMB
0.08378466 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt 9e3902539de577b4d499811da001748c02c2da922d81957aeddddb9c27ccc105
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 009bed272bd53cd5fb7eeb3b9b0f4c026a7fe67416792c9bf7fbf665ee8e39ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02222243 BTC
Feerates: 95.73 > 2.23 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (416,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,181 498,181 0000000000000000006f7eeaa1dfa38e30e720cf440016472355315fcf7f882d 1,180 1.00/1.00 vMB 426
498,180 498,180 00000000000000000052ad3c79adcdf37c373433ab74b63556bd11c87bd6b21f 2,322 1.00/1.00 vMB 474
498,179 498,179 00000000000000000069cc9fe54fe6327245e1e4f7e9b051a27d53bb8c9ee0ab 2,606 1.00/1.00 vMB 413
498,178 498,178 000000000000000000492c9bcdf587c3f89ae0d31e49720717afeaaca46f73a6 2,760 1.00/1.00 vMB 424
498,177 498,177 000000000000000000a3cbafedf38bf705df2cdbf7c7308df7ae314a5dc427e0 2,783 1.00/1.00 vMB 449
498,176 498,176 0000000000000000006ea38c843fb1350ebe8364e2fe49f653f1358a6c0b8cc7 2,581 1.00/1.00 vMB 443
498,175 498,175 00000000000000000081032bf8dbb363b71d52aef93d427d919573ebb7cac63e 2,039 1.00/1.00 vMB 494
498,174 498,174 000000000000000000828c9ea17f9c5aa2d7dd90a5d6aec6ff1eb766f1be277c 2,672 1.00/1.00 vMB 374
498,173 498,173 0000000000000000001114ee0d6a80099d4db2df2cc88a3fdf39385efbbd0e13 1,784 1.00/1.00 vMB 439
498,172 498,172 00000000000000000067fb768254f2129c0d43c0834e10551dc3e81e2ca4320d 2,625 1.00/1.00 vMB 381
498,171 498,171 0000000000000000005058275756e640de18ea2938b5a3175fadd299f2ff5add 2,857 1.00/1.00 vMB 402
498,170 498,170 0000000000000000006ad2787abb1ab83c61d7341467b627cad8c4bbb70adfa5 2,337 1.00/1.00 vMB 431
498,169 498,169 0000000000000000000e60129d18d6fe3740230a4099e482416bf7ca1dc2787e 2,254 1.00/1.00 vMB 367
498,168 498,168 000000000000000000783ad0687db039279bcb3ab76f00d57ba6fc74ed8ea368 3,000 1.00/1.00 vMB 360
498,167 498,167 0000000000000000000d214e36e26e9513eb3c736342b03a6f0be1d8a0aaacc5 2,363 1.00/1.00 vMB 377
498,166 498,166 00000000000000000033d596151369b80a0899f04ab00e12a2fd6c81a4c9ed7e 2,645 1.00/1.00 vMB 438
498,165 498,165 00000000000000000057d40eaa0f7947e0223246db521ec049d4a9593afc2543 2,607 1.00/1.00 vMB 351
498,164 498,164 00000000000000000025d05026894c4e2da70e10f585d71e01d86e7ace339ea8 2,389 1.00/1.00 vMB 309
498,163 498,163 0000000000000000006652150e805ac705b945e07325c39e6c5fbf1b440ecf36 2,607 1.00/1.00 vMB 268
498,162 498,162 0000000000000000007a2877cb20d30e9672b313b30c67416bd598d37d029049 2,737 1.00/1.00 vMB 373
498,161 498,161 0000000000000000005ffe87341d4deb84208bc703834ee23ad3c1648cd2441e 2,620 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.89 GB
    • Received: 16.43 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.