Loading Tool

Explorer IconExplorer

Memory Pool

77,096 transactions
28.67 vMB
0.09401916 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 9ad52eff508a4e0301bb96eaf3fb5bcde43434ec137b90e9115acafe65d006b9
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (354,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,602 560,602 00000000000000000005256c01faf0a71f6ac8f2fa47406b789c25130f8104f5 2,513 1.00/1.00 vMB 20
560,601 560,601 00000000000000000017dd17b3de91ab29121988eb7f72a436c8b2de70360428 2,406 1.00/1.00 vMB 15
560,600 560,600 000000000000000000215b3b7eed29f48700a3fcaebb624957871d953315d172 2,622 1.00/1.00 vMB 20
560,599 560,599 0000000000000000002248a31dc008a03113d638cdbf418918f4a7f0b6f2758e 2,965 1.00/1.00 vMB 17
560,598 560,598 0000000000000000000991af7b179071eacd86b4c1e7d05fb8df0790facba842 2,174 1.00/1.00 vMB 25
560,597 560,597 00000000000000000020245866590c618cbf8c145691465df8f5e73295c0b9d2 2,378 1.00/1.00 vMB 20
560,596 560,596 0000000000000000001413c3882f1360228a957623b1cb495391c93020dd2f31 2,419 1.00/1.00 vMB 7
560,595 560,595 0000000000000000002328c78b0abf24ac58539d94f22bff65d5bf5d015abcf6 2,730 1.00/1.00 vMB 11
560,594 560,594 00000000000000000013ab0b7fc21777a338a8fdf00ef4501d98430819bbbd5a 1,363 1.00/1.00 vMB 11
560,593 560,593 0000000000000000002e391c78db0682c699dc6f056527ebf677cd5fe53c127b 2,572 1.00/1.00 vMB 23
560,592 560,592 0000000000000000002ac0990802e676447c2d443a1dcce1d9ed936ec9985a52 2,890 1.00/1.00 vMB 35
560,591 560,591 00000000000000000016c038c28a70e0a3305f7c01295be62611768553295d84 2,413 1.00/1.00 vMB 36
560,590 560,590 0000000000000000001e357e15fdac9132f85cc4b9fea3c020f20f5efd9f8b3b 2,729 1.00/1.00 vMB 29
560,589 560,589 000000000000000000297bbabf758df88dc63935c3acbcda0cfa7cbc4fa4be60 2,866 1.00/1.00 vMB 40
560,588 560,588 000000000000000000233af70820ff91eb4ee612bdb1d81c93c073eb8d471e21 938 0.39/1.00 vMB 15
560,587 560,587 000000000000000000115952a644a027800df45bb0b949a8a9e38b5b355eba1a 1,471 0.52/1.00 vMB 13
560,586 560,586 0000000000000000000d4a59494b909e0b69b7b1692121758cfc3d66708f31b8 1,573 0.55/1.00 vMB 18
560,585 560,585 00000000000000000000b063ed6c47e581e6922d50a7d723cb835a0f09eab8fb 2,194 0.81/1.00 vMB 21
560,584 560,584 0000000000000000001fc9e8a5b812d8c5b4076a56554a55e5b2275e3f95ee4b 2,040 0.74/1.00 vMB 17
560,583 560,583 0000000000000000001c8fef7f1e1febca3e18cb5d3a90da4a7141998234689e 2,956 1.00/1.00 vMB 21
560,582 560,582 0000000000000000000a34983c1d6a3394fc47f45c007ff7079146b07dc5d3e1 2,565 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.