Loading Tool

Explorer IconExplorer

Memory Pool

79,600 transactions
29.93 vMB
0.11467746 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt 5aef63105302cc3553b313cd977c23f758e5e4a7cc3307d0f7e4bd4aefd93809
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 6997b269ff05d8b44bb2501499b18786fff01c3998cb3da4f74d8d47f0124ce7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,972
Size: 1.00 vMB
Total Fees: 0.04810478 BTC
Feerates: 150.80 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (225,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,327 689,327 00000000000000000002f2e48ee8c2913b3c7d06bdd5d99e3a7594b419b3b811 2,425 1.00/1.00 vMB 84
689,326 689,326 0000000000000000000cafff0b477b7e47a90710c42043d8d22101f141dd763a 3,400 1.00/1.00 vMB 102
689,325 689,325 00000000000000000004b70f4f7976948523dc28f002783bd604888d0ab49ef7 2,143 1.00/1.00 vMB 90
689,324 689,324 0000000000000000000d9c004ae70426d3ce1830b6920674d0c15d592fb2a57c 1,979 1.00/1.00 vMB 90
689,323 689,323 0000000000000000000d195d272231893a555894bb2cb4c83c5e72ef4fe05cee 1,668 1.00/1.00 vMB 84
689,322 689,322 0000000000000000000bffe3294bd6384f169a1afa313c8414588964d9c1e693 2,650 1.00/1.00 vMB 95
689,321 689,321 000000000000000000044f27ceadd6f2b60d5f1d0ab95d0947212ff552d41d23 2,741 1.00/1.00 vMB 90
689,320 689,320 0000000000000000000bcf6a829e3328393c6711359b3db9d7c9c07638eb2b86 3,043 1.00/1.00 vMB 114
689,319 689,319 000000000000000000047a4f15d7d7f139973bade5748b5e7453bc98f4323af8 2,644 1.00/1.00 vMB 86
689,318 689,318 000000000000000000095635bff9d0b4b44e0f537bca63888e4f0e08be1c0f10 1,337 1.00/1.00 vMB 79
689,317 689,317 0000000000000000000c6eb2dc1a58987b4c0975a80930d50bfb18ec8b8100fa 2,275 1.00/1.00 vMB 68
689,316 689,316 00000000000000000008f3700f686df4f9993c1c1995065ba8b3e3c34761ec42 1,319 1.00/1.00 vMB 86
689,315 689,315 00000000000000000006734ed085fa3b86f7cf7612f98ffff57939b3093516d6 2,742 1.00/1.00 vMB 85
689,314 689,314 00000000000000000007ecc59b6ea23538c6d19f82fe0e38acf0462fb899dcc3 3,117 1.00/1.00 vMB 102
689,313 689,313 00000000000000000008084922c2f0e6e4de852b032220e1f6dd5ba83f193f15 2,757 1.00/1.00 vMB 94
689,312 689,312 00000000000000000009b40af00e76b328edb9f278199ef5577ca4ad7083a5e0 453 1.00/1.00 vMB 74
689,311 689,311 0000000000000000000cb982866541fe1ddf51d548dc4e41b4563821d06db6fd 2,338 1.00/1.00 vMB 90
689,310 689,310 0000000000000000000da9d2831e4bac26a81f9c629e560223447289c6de2b43 1,892 1.00/1.00 vMB 73
689,309 689,309 0000000000000000000346e8e0b8c48d46c12cf89d6c16370e941a53841b2415 3,288 1.00/1.00 vMB 83
689,308 689,308 000000000000000000054e08fe7450fc66734da8f41734c6ac70d70158176768 2,512 1.00/1.00 vMB 79
689,307 689,307 00000000000000000001fef88d8b5220136b14a5ac6afdddd704838e6b0b3bc5 2,118 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.