Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,207 transactions (3.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,281 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,782 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,280 (882,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,582 26,582 0000000060801168723e839b94771489ceeb5861213879a6eb6c38b7647e2875 0.00 MB 1 0
26,581 26,581 000000005ad84ec703002eb15befe33efd9e830f0742fb5442a5b94ea9ccf339 0.00 MB 1 0
26,580 26,580 00000000ea8e676d30a14983102f51c616db609ecf35419fc737ffa29e8b1ca4 0.00 MB 1 0
26,579 26,579 000000005e37cc8c23ab44d377c4f7ac96bbad1d79b9c9fbc86b46ee5f42d928 0.00 MB 1 0
26,578 26,578 0000000002a0d649f5fdf06e6fb15ad75c712ce4665a937ce09161c098f5fd5f 0.00 MB 1 0
26,577 26,577 00000000a6b0b7312aac3a85eceafc58fb36717d7ffea82bd64216ae1c4f27ea 0.00 MB 1 0
26,576 26,576 000000003b7bf4487893d81622be97101ad9a0ad713ecb41e20b30f217bd1940 0.00 MB 1 0
26,575 26,575 00000000a8b6e589da507dcfb8f62029c78facbfaee3ac1dd3a5370fc4e7ca68 0.00 MB 1 0
26,574 26,574 0000000095d27443f3592d1486f444f1a3773a2dbde637fc8681b096bbe2b744 0.00 MB 1 0
26,573 26,573 0000000089c4eb2d48b233587f89afa255b61f497b0310db3f806b7b5fb18826 0.00 MB 1 0
26,572 26,572 0000000034f76aca2dfd6228b18b7d9e5048eecc6a278e0965a6151f4680390e 0.00 MB 1 0
26,571 26,571 0000000012477654b437bb3467bc0cb5e2418610db63a19c758eafbc9f31b406 0.00 MB 1 0
26,570 26,570 00000000e289da88f162a9887f8a25e5982b844e128050f642c172db0a5a1d5e 0.00 MB 1 0
26,569 26,569 000000003a5e34380301564a3820cbcab02ec9fbe079ea2d993a10b3f0a9f256 0.00 MB 1 0
26,568 26,568 0000000081ceab00e1165e74f77e44ab4adb90ba91912b8d5f41ef49e118e280 0.00 MB 1 0
26,567 26,567 000000002d2d3a084db9f6a615fc30e9affa54f85231fff287ae36e8e2de535e 0.00 MB 1 0
26,566 26,566 000000007c396605b0c3cd39a6e301c214136baaa6342c0ba6c73cb734411725 0.00 MB 1 0
26,565 26,565 00000000b0752d87ee768c876f9734e913718fa6186710ec2f767e6b9ad25631 0.00 MB 1 0
26,564 26,564 000000000f7874cc5a6564a2f5df5e77cb63ffddd2f4976c61013c7118eaa003 0.00 MB 1 0
26,563 26,563 00000000ecb6525e50f0ee7887719b5c3f767c98b42db03933b3173f82e7dc73 0.00 MB 1 0
26,562 26,562 0000000078916c0bcc1dfa1ae38d0d3b842b8b24abad89aa245b7e9eb443b822 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.06 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,046.76 GB sent, 108.35 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.