Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,875 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,340 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,339 (888,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,957 21,957 000000000f7dacf8737f5044fa5044ab2f1a265a7b53fcd321436369a8f4693d 0.00 MB 1 0
21,956 21,956 00000000b0e0567b774e23935b2d23c06fe07344ef2713ef7b936954a35dc9a9 0.00 MB 1 0
21,955 21,955 00000000c9f3a3590a6f88014d283b892951cf6200939a5929414cf65c6e3990 0.00 MB 1 0
21,954 21,954 00000000fee1c4433e6ab2254d6a5235287581fe62fcba003b945689fac7bc7c 0.00 MB 1 0
21,953 21,953 00000000df6645fe915f6bb5b884e6548cb2850ec82f5c5eeeedd642b5517497 0.00 MB 1 0
21,952 21,952 000000005648b2b019e49b28caff354a78221e838faa92c50ad9193d219470f3 0.00 MB 1 0
21,951 21,951 00000000b7f2e3a3e735a99c3572d99eee13af06ec05fd484b31ba6647438016 0.00 MB 1 0
21,950 21,950 0000000046267b1437fdf6b0f72c8ae839733b72d620db4711ff1a574adbafa5 0.00 MB 1 0
21,949 21,949 000000004c843f808fbd3db5849abbeed122cddae9f29c60512af0ed9175796b 0.00 MB 1 0
21,948 21,948 00000000ace381bce1bb729978bf23d37e435993cc5627a83b66be0e75a00def 0.00 MB 1 0
21,947 21,947 0000000002e0d894c08c6dc48c1ecdfddcf85557714b0ba99cf35fab3d36fb60 0.00 MB 1 0
21,946 21,946 00000000416492828c1feebaf4e8c0b23e35c82ae4e5f94ec629ac24b0325ec0 0.00 MB 1 0
21,945 21,945 00000000064015532d0b8eff42cbbbabc1ac9f84a98457b0f413ae040c2deae4 0.00 MB 1 0
21,944 21,944 0000000011422b1b1bd2971b4a7a7f44fea369047f5b77d63b9abc4a18fc16db 0.00 MB 1 0
21,943 21,943 000000009bda03f5e19cc28a1405fefb80520786ef3eab50bc83148db2d856af 0.00 MB 1 0
21,942 21,942 0000000048b8c170c7409b96007e24e481d7e0aee03b2f3888d5ab6559607136 0.00 MB 1 0
21,941 21,941 000000009e23fc97acd37b72762339d3a6676dd343cc767a4f777ae4c1f49c4f 0.00 MB 1 0
21,940 21,940 000000005212622baa97e9b81b43396a7faa3b2973748b58165c69c17855166e 0.00 MB 1 0
21,939 21,939 000000004d71c7114e935d331772a4d92d742e4aaf06a3a3aa87c0b11e932b5b 0.00 MB 1 0
21,938 21,938 00000000e0b70fd695505204b4c89a6127708f732e03fb9898fa8766e0b32ec4 0.00 MB 1 0
21,937 21,937 00000000401e36f7d72cfe33d1e9c72c8f9db9d130d9c0c2780d99d043a96965 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.03 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,231.61 GB sent, 118.69 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.