Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

587 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,563 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,562 (1,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,409 909,409 0000000000000000000156798ba549a5bf294728d1a88a9ca63fdd36495d0eb0 1.62 MB 3,765 5
909,408 909,408 000000000000000000001cea47b069ee271870c9420472e52b45272feb71dadc 1.58 MB 4,435 5
909,407 909,407 0000000000000000000020eda34d3666b551a2dfa68808926a1833f0bba9f798 1.48 MB 2,310 2
909,406 909,406 00000000000000000000fd034fe2648839989f821818e4789e10f881ce2f7da3 1.53 MB 1,689 2
909,405 909,405 00000000000000000001666e64a5ecf78e3fdeca5f7238dc987e7437b9ba933e 1.64 MB 4,649 0
909,404 909,404 000000000000000000008cb58275795b8a8a514ceb51ed15f55bd5bcbb5b7ec7 1.91 MB 3,898 0
909,403 909,403 00000000000000000000314098e54fb04c8478d9d95affebd1c1dbcbc381f5b5 1.95 MB 3,415 1
909,402 909,402 000000000000000000007f581a829fcd495847149e5fe42caa75d8984f3c70f2 1.55 MB 2,649 2
909,401 909,401 0000000000000000000037611b5e8c3b05ee2d2585a1ae2984df6bd17e251601 1.69 MB 1,535 1
909,400 909,400 0000000000000000000150bf1a0802af3484264b778f42ac331eeff20ab3005c 1.66 MB 2,496 2
909,399 909,399 00000000000000000000a4b255e1518bc6b139e336ea0257802de43aa2d591e1 1.63 MB 2,822 2
909,398 909,398 000000000000000000002ca872b48012a9fc426f5de6b82e628ea5872410d31b 1.86 MB 3,115 5
909,397 909,397 0000000000000000000188e6632db1fac92f7fa7710036bd2bdbd3529b4e3e23 1.68 MB 2,594 2
909,396 909,396 00000000000000000001de38f83566edf571d580e045a257d18f5a49c1e7c791 1.68 MB 3,463 4
909,395 909,395 000000000000000000009119c878f3b07e8a141bde122450933259df6ea2b626 1.99 MB 1,540 2
909,394 909,394 00000000000000000001e9edd1725753837310a331ae34db3780515808d318bf 2.14 MB 1,696 2
909,393 909,393 0000000000000000000147588fa19dcdb86ad5cd67a39ae2c7d0e9a29f356336 2.41 MB 453 2
909,392 909,392 00000000000000000000a33e00654db43b3fb4572ac0244d45d2824d14a003a8 1.69 MB 1,971 3
909,391 909,391 0000000000000000000209d11be3e2b190dff4fd44ee1176a655f8f0ab7242ca 1.92 MB 2,079 2
909,390 909,390 00000000000000000001c7b45e76065e3efb9ef34ecc3d44015e3b55a870b624 2.15 MB 2,523 1
909,389 909,389 00000000000000000000911368a42dce65bf9c90bad19998e4708067dcbf75dc 2.03 MB 3,574 1
Previous 10 blocks ↓
Total Size: 774.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,252.56 GB sent, 120.63 GB received

Notes

  • This page updates every 5 seconds.
  • 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.