Loading Tool

Explorer IconExplorer

Memory Pool

80,505 transactions
29.70 vMB
0.06912793 BTC
Random Selection Loading Transactions
Max Size: 179.29/200 MB

Candidate Block

Mining Attempt 825d8595d42c6df49f6f2201c3ab49500e99e43a22f36ead7afb5b4cf87fdc8d
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (146,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,338 768,338 00000000000000000004ec59d6ea249fd4a09e8cecf17e92f6fc3dae2ea396b4 877 1.00/1.00 vMB 4
768,337 768,337 0000000000000000000227de2b062d8af71c4525ca7814c744b4d61d1a670d2f 2,654 1.00/1.00 vMB 16
768,336 768,336 000000000000000000012b841eb9bc4a121d7307ca0a9634b02ed08130c4b31b 1,790 1.00/1.00 vMB 11
768,335 768,335 000000000000000000060ac377c77f79069b9a26c6febca34ce241bf2f5e091b 1,322 1.00/1.00 vMB 17
768,334 768,334 00000000000000000000b469f42e71e7689d703037d8f4bb81a52e681f66c2d7 2,785 0.96/1.00 vMB 10
768,333 768,333 000000000000000000006e789cc19f10ac2106b8ca7cbcaae0a54e9bb10f6953 3,306 1.00/1.00 vMB 18
768,332 768,332 00000000000000000001aa2738f34aaba5d72931e80e6c4946c0b0483dab41e7 2,485 0.80/1.00 vMB 14
768,331 768,331 00000000000000000000b933b35b1c28632f6bde55709ce726bc0de9764c192a 1,642 0.58/1.00 vMB 13
768,330 768,330 000000000000000000057612ec30f459443b8d434a7509860243edb9a448d8a3 2,454 0.69/1.00 vMB 15
768,329 768,329 00000000000000000007cc62afad90c8c243ac63df04edf38edda585fe99e911 327 0.08/1.00 vMB 15
768,328 768,328 00000000000000000000da1cdf035bdaa39acf976682fa15fd9a41a91ce91ee6 1,221 0.47/1.00 vMB 16
768,327 768,327 000000000000000000019b7305e8fbe9dea5b20d5b365b135ab1afdfc3915e2d 1,717 0.55/1.00 vMB 14
768,326 768,326 000000000000000000060afc20e4ae0e239b16a23bdfce47943e801c9aa56f24 80 0.02/1.00 vMB 12
768,325 768,325 000000000000000000017ff272d6094717f538c9c0f9963894360b54c693f9e0 407 0.10/1.00 vMB 14
768,324 768,324 00000000000000000001028dc0eeab05f04715fd9e484f87a105db3d4d632df9 1,912 0.74/1.00 vMB 13
768,323 768,323 000000000000000000055e60aa0cacfea0ead7e71fb968aaa89ff6038667665a 1,762 0.95/1.00 vMB 3
768,322 768,322 00000000000000000003f4c0cd9399df6997cae420c26c6727be8269ac7cba97 2,306 1.00/1.00 vMB 17
768,321 768,321 000000000000000000073ac49903c94e4129a7cec6c983b1512ce8b86df28a7d 3,125 1.00/1.00 vMB 23
768,320 768,320 00000000000000000003e2b028637f4de5ef40238009d95bc5caf0ab43f1020f 1,210 0.36/1.00 vMB 14
768,319 768,319 00000000000000000003f40572ac8be236bcf090b345649012809b5879c58945 2,445 0.83/1.00 vMB 14
768,318 768,318 000000000000000000014837e9c8dc7bb0d4641a602ebfd1dae1b78419278d34 879 0.64/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.35 GB

Node Details:

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