Loading Tool

Explorer IconExplorer

Memory Pool

78,531 transactions
33.52 vMB
0.14849502 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt ef973d049c9ee0787a1975e2bf4903a78e90e7a833d66cb3749f6c3b7b2a59cb
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root 64e7f8034a5d38056c1f957a5806854e9f5427912e79abb3f0df1aecdfe3eff5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.03826259 BTC
Feerates: 150.61 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (699,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,411 216,411 000000000000006705d4058bab2ef02a448f8456c107eade0713d1eeba238642 468 0.47/1.00 vMB 22
216,410 216,410 00000000000003688c423308b0f8c3dd6b42f5dfa53e4fce1f4b1fbab0c58907 655 0.25/1.00 vMB 223
216,409 216,409 00000000000002b1012a2dc4130ce045529a2ecb3e260ac75cc05ef639ee3960 626 0.25/1.00 vMB 191
216,408 216,408 000000000000029a4d8598f7f50374f9120744a4f9735a6eeaf74ae92a95fed0 117 0.07/1.00 vMB 141
216,407 216,407 00000000000004a85ffdddaff1f0b7a09e2b735e2b6d8f7491514c2e7b891344 128 0.05/1.00 vMB 216
216,406 216,406 00000000000002b5cd764cb3203cae90c807c7aa10338b7508839d44856bf14a 48 0.03/1.00 vMB 67
216,405 216,405 0000000000000259b9caf0afeba277302e13ef25e1b6177c385732d45853a365 270 0.21/1.00 vMB 110
216,404 216,404 000000000000038b90645aa695804f511b7c85edf0ee629aac0f5a4a2ebc5619 768 0.25/1.00 vMB 266
216,403 216,403 00000000000003e72459ba19067eddffd785e949dbdbaebed148ba4b138a7f23 136 0.05/1.00 vMB 228
216,402 216,402 000000000000035f717f50f9c23b5c92ad65dc3e027d6f0c54f8516b83bf5bb1 8 0.00/1.00 vMB 12
216,401 216,401 000000000000002172bd1e3bd9f4ffde6bd4db9c5341cacc641a8e5c59846ea8 27 0.13/1.00 vMB 53
216,400 216,400 000000000000042b636db297ce8f5a7e0c3019f0de6e5f3ea81147902ba98089 120 0.24/1.00 vMB 74
216,399 216,399 0000000000000493abe558ff01980970a13da8de8b259c15e10abb8c10aad27a 506 0.25/1.00 vMB 156
216,398 216,398 00000000000001c4d11a70a58a65e90619122d7fd5f24189f26a1f6144ca14cc 501 0.20/1.00 vMB 162
216,397 216,397 000000000000031b8e0c43737c9ec529092ebefc70d4a9a3ab9eb4dd8fbf1407 346 0.25/1.00 vMB 127
216,396 216,396 000000000000022c0092dcaba0914754ebb7d1e75b9e61efba76d91e19034c15 317 0.25/1.00 vMB 123
216,395 216,395 00000000000003c0bd2ebc64e900c2041ce51501e69856c85dff7c89aa7a15d2 547 0.25/1.00 vMB 188
216,394 216,394 00000000000000af5d936bc0eb1f1c3de6ba5ef53102493d56f4b0aeb8cf2e25 466 0.25/1.00 vMB 153
216,393 216,393 00000000000002339fbe931d684c9e94fff6e85ccc3e6bfe2f7f804ba2a7f537 452 0.20/1.00 vMB 209
216,392 216,392 000000000000034412728d700d3992dac8cfc1a99d187496d311743741827699 797 0.25/1.00 vMB 396
216,391 216,391 00000000000000c125fde71f191d64b4f2dc10ae528fb71868f87e75e91e5eac 306 0.30/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.60 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.