Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,612 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,451 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (870,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,480 39,480 0000000081ea9099b302352c94c9a59db974177e7926936c236b62a0048a2951 0.00 MB 1 0
39,479 39,479 000000001c8201f42a2f2af9e947cca0cbb4f45f778826daee615e92517440a6 0.00 MB 1 0
39,478 39,478 000000001cad0b99ab81d7e39120765e3d3e84432ead7a6de7fbbc36aa482641 0.00 MB 1 0
39,477 39,477 000000004889f902e589e0b875f3ac645ed733eaa2b6eaf051e8f478bd9b2170 0.00 MB 1 0
39,476 39,476 00000000337693beaf7aa980e28948af1b6f2216feddffa6d774e1079189cbd9 0.00 MB 1 0
39,475 39,475 0000000037ae0d09069989f069ea15fd294d63b6a4c77c34447556cc4e89d017 0.00 MB 1 0
39,474 39,474 0000000020eb37167d9ff609b44f6353bc5f364d401472f4033f2e95e213d8fe 0.00 MB 1 0
39,473 39,473 000000006deed2b270421c7df0be37874fd6786cfd524fb5ab1585974ef95b8e 0.00 MB 1 0
39,472 39,472 0000000040a06460d5f503f2f8945ec93ff797f5de5562e9587ab098e1df6dc9 0.00 MB 1 0
39,471 39,471 0000000088b984fa6952075f05bf4704f152b12bc10c72d51abe9afbd2ab8e7e 0.00 MB 1 0
39,470 39,470 0000000058eeae91acc8afa1dfb3738f011703ef0fadbbd88ed96625325acfc6 0.00 MB 1 0
39,469 39,469 0000000059fe94254df2b36e78c80f8cf613d388153b136d381c4e54839cb8f5 0.00 MB 1 0
39,468 39,468 000000004d19484c87b7e323a9491b54190ca9db8dc89aa0847aea0410873fd9 0.00 MB 1 0
39,467 39,467 00000000748e37515bbd914ccef169f4135938328861a0c9f26dc39130431d82 0.00 MB 1 0
39,466 39,466 000000006bddb4bfaa4dd7e5939a5cb9d9a3df0d377edcc8451b400e1577ddde 0.00 MB 1 0
39,465 39,465 0000000064a57ea74a99169a55241902f746bf758984158d2c8898315e84c06f 0.00 MB 1 0
39,464 39,464 000000008189f1d8ffca29e9ff4acee38f8a27941de7a4f393036b8265992af5 0.00 MB 1 0
39,463 39,463 0000000034613c073f24c03e882c2ef676441a91a2cd70e0c9c4a3f32c1398f3 0.00 MB 1 0
39,462 39,462 0000000050690575ef22ad2bdb705cb48a4b6f209b00b520524a83810ca4b8b6 0.00 MB 1 0
39,461 39,461 0000000074695ae25760102ce03d8ba1edcdb9c29f48b2068cce5dd3535b6ac3 0.00 MB 1 0
39,460 39,460 000000004d26485da14d8fa3b05f1b01c6c27d9d9b581121425de4cd045a1c10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.68 GB sent, 114.60 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.