Loading Tool

Explorer IconExplorer

Memory Pool

79,050 transactions
29.61 vMB
0.07401228 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 3bf8663cf7116b18ec410fba7294168fb42f706cde3fddb60f2fbc6a2a344920
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 00e9f46aed3524958f4435bcc01ef2f56704af963c772ddf693426d45c54b221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.01358691 BTC
Feerates: 150.98 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (283,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,534 631,534 0000000000000000000f8538d8359d529d6ef5b809f7a0be53494e497ef08551 2,584 1.00/1.00 vMB 119
631,533 631,533 0000000000000000000364f77c8fbe52b55f0ed7684a7e0f555f5bea0cecdcb9 573 1.00/1.00 vMB 15
631,532 631,532 0000000000000000000cbb854382b597e938c49f940f835a2bc83167aa6d6f0e 78 1.00/1.00 vMB 2
631,531 631,531 00000000000000000002b8bae216067785cb7c6f8813eb96ada207ac26036b1a 2,110 1.00/1.00 vMB 59
631,530 631,530 0000000000000000000f636a60458487289dc3f9d0e4b7030d5c989f0a23625a 2,152 1.00/1.00 vMB 73
631,529 631,529 0000000000000000000e64f2f8a06ffeb03cb4a597fdcb11f43ee9bf16decbc3 2,604 1.00/1.00 vMB 13
631,528 631,528 00000000000000000005343bb9e4df5e3d943ba433c2fdd406897421d1d52a2c 2,625 1.00/1.00 vMB 68
631,527 631,527 00000000000000000003ea5c93c409c509d14365dbb5b656cee31c18eea0b4f3 1,975 1.00/1.00 vMB 22
631,526 631,526 000000000000000000041c666edacafd7857ee72e9abdfd6f15afebfdf196fc6 2,702 1.00/1.00 vMB 118
631,525 631,525 00000000000000000002a83bc83691a6b2c5517bb6966df409ceb21b99da9035 3,258 1.00/1.00 vMB 203
631,524 631,524 00000000000000000008aa4cdc898784d9e66f9e7f1ea50370d4856895dccc11 672 1.00/1.00 vMB 29
631,523 631,523 000000000000000000074b84a30d459c5c381d12cb834ae406568e795a43999d 936 1.00/1.00 vMB 50
631,522 631,522 0000000000000000000b3fdae38bd7d1abbb4f6063e9f7ccca4e55053332e2e6 747 1.00/1.00 vMB 13
631,521 631,521 0000000000000000001170346a6a1495c2dcd4e049d094ad1834387165514b89 2,562 1.00/1.00 vMB 98
631,520 631,520 0000000000000000000f2dce70d0a6436bad24c208b446675c1cdbdf600d3136 1,696 1.00/1.00 vMB 12
631,519 631,519 00000000000000000006971ba7c33e4d897ccb0bcbd8bdb979fc7019487cc1aa 1,444 1.00/1.00 vMB 56
631,518 631,518 0000000000000000000baf148dd53727738652c1aa387e9aa821561648a444c5 1,388 1.00/1.00 vMB 36
631,517 631,517 0000000000000000000e41ad1e4a4ece112ab87b60dd5115499e0f1d62131312 1,908 1.00/1.00 vMB 69
631,516 631,516 0000000000000000000bb4766a361cf52e8eb9ecba3848bcce2044384e1134df 2,596 1.00/1.00 vMB 146
631,515 631,515 0000000000000000000564cea0fea4ad5caf9902a2e16b7f4b59b9aadf449124 1,871 1.00/1.00 vMB 48
631,514 631,514 00000000000000000010871b1fb348550a9d44b7f920de626d0c2e6856d5fbca 1,386 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.