Loading Tool

Explorer IconExplorer

Memory Pool

82,868 transactions
30.41 vMB
0.14800533 BTC
Random Selection Loading Transactions
Max Size: 184.18/200 MB

Candidate Block

Mining Attempt 8df948466eddc82e60ee1c4d98a612465c101229964a78e99ddfc0d027e62e73
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root a225e56f89ea59eb51521c0f3bc0b9813613981afc4696585dceb35929b29473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.06700985 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (388,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,314 526,314 0000000000000000000bcfc7166219fd6f504a59c88233afe5ecd4761db4fe49 1,785 1.00/1.00 vMB 11
526,313 526,313 00000000000000000024084af0de6c2d4de9aaed9cf4d8d055e1cc2b7914ba08 1,502 1.00/1.00 vMB 9
526,312 526,312 00000000000000000031f8e5eb6869b619129062763432d010c462f2a0680b38 1,240 1.00/1.00 vMB 17
526,311 526,311 00000000000000000004f6a0fc7922beac0eab63325f56bef4400d3621db94b7 330 0.17/1.00 vMB 13
526,310 526,310 0000000000000000002dff4f1c8f1ab69a4eb0a9f4452ff3f605311e6a6f670a 1,983 1.00/1.00 vMB 5
526,309 526,309 0000000000000000000d82ddd4f3a0386facaf1b68822569fe9fd574b26e5473 3,301 1.00/1.00 vMB 23
526,308 526,308 000000000000000000211ba8b8597a590230c287c5753b24da30ed83f69bb6b5 2,245 1.00/1.00 vMB 36
526,307 526,307 00000000000000000034fefb65742b85e7b4cfd6e6b3c2a9dc338094963b3c96 2,144 1.00/1.00 vMB 10
526,306 526,306 0000000000000000002f732ebe7d169f1ce34344e4c65466ba453a088a4a3762 2,411 1.00/1.00 vMB 5
526,305 526,305 00000000000000000035b3e6bd385c7731587cca79852a4d66e4a1fd27653944 2,558 1.00/1.00 vMB 35
526,304 526,304 0000000000000000001171e44efa0873b50deaf87296ce1d89b4b3bd18b4b34a 2,404 1.00/1.00 vMB 12
526,303 526,303 0000000000000000002621779b7bd9ddb33037f4f8c4dbf2ecebf01808cc6315 3,477 1.00/1.00 vMB 7
526,302 526,302 0000000000000000001c5502187825fede6332de2f6651eff0bfd0d9e8a700cd 1,971 1.00/1.00 vMB 19
526,301 526,301 000000000000000000087854b5e420a980628294666a03e49be678eedd5071c0 3,281 1.00/1.00 vMB 9
526,300 526,300 00000000000000000032ce90c370a147e97661dd992102a6c2603df506501db5 2,240 1.00/1.00 vMB 20
526,299 526,299 00000000000000000021814447d959be5ab19b23c4e671583d6a56f0b71ef4fd 1,822 1.00/1.00 vMB 30
526,298 526,298 0000000000000000002494a56837371981ee237aae0b0b13272e22d630ef5735 1,884 1.00/1.00 vMB 30
526,297 526,297 0000000000000000002c367fc5640cb8d18d3b6f0be42ce5b3924bdad7f7644c 1,757 1.00/1.00 vMB 35
526,296 526,296 0000000000000000002f20943adb853ce2c99aba3b9bb6421e885d10198c743f 1,814 1.00/1.00 vMB 11
526,295 526,295 00000000000000000024e89eb6a61dde24bb31124583fc42772c66c4de8aea79 1,888 1.00/1.00 vMB 35
526,294 526,294 000000000000000000365c30645c9a4d5eac6376a40778ca0719517c73bd9ffc 951 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.32 GB
    • Received: 16.20 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.