Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,240 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,881 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 1,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,880 (879,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,855 31,855 000000007a7b8823d7e75d75994fab544f051a540e7981c1b587290d15f8320e 0.00 MB 1 0
31,854 31,854 00000000220e8a354e2d3e3ec7855b828af6be40b37b0362fa3aa397c9bc971b 0.00 MB 1 0
31,853 31,853 000000006f77e6a91cc9ec7992c16d3b4b2ab948e809f73be8580d387755c6c3 0.00 MB 1 0
31,852 31,852 000000007ec3f5228dc0905854cacc31e6e5bfcfb3704c288bc65b1140081681 0.00 MB 1 0
31,851 31,851 00000000c25c8d3356a18fbb6f496499eb66ae8af99894876ee3f1cfaa786ca5 0.00 MB 1 0
31,850 31,850 00000000651f9d9dc8f80f2215208099ed11513699a2853e5130635f2642464f 0.00 MB 1 0
31,849 31,849 00000000749e659c32d733636c09864106d847c46cac6087d26a319be6ac6932 0.00 MB 1 0
31,848 31,848 000000000968841c49faed4b817b877a54f2e325821ca1141a3590ee43e2d24f 0.00 MB 1 0
31,847 31,847 0000000072a5ec976914c66011caf192ed528e45b7e8a8ba58757e4578622038 0.00 MB 1 0
31,846 31,846 000000008eab03a4ece4ab011a6d07f728686c380163cc3824a15e6ec24b56d4 0.00 MB 1 0
31,845 31,845 000000000d1f6ec3b30d5921bae8643e4badcfb77402df4a7ca9ed85d311f8a9 0.00 MB 1 0
31,844 31,844 00000000db4542ee63f126314036b4782efd75b418f11a172046a3446262e664 0.00 MB 1 0
31,843 31,843 000000004ebe5eeaace44149e08a51e0ccf166773d9ff5e3b6a3793b2d42e4cf 0.00 MB 1 0
31,842 31,842 00000000157ccd62ca29b957d927d57b957900f8fa8bd8ea2ec12a312388bc37 0.00 MB 1 0
31,841 31,841 000000000130a5f10065cb1230458c01a244f317c081b8636c041d1fd406de44 0.00 MB 1 0
31,840 31,840 0000000033c08b0f908aadef0cba9a7c87eec2c6fdb8f04882f3fff374e3fab4 0.00 MB 1 0
31,839 31,839 000000009fcc17aad2756c0c98639384c21e447790b1fef6b6d43fd126d66fa2 0.00 MB 1 0
31,838 31,838 0000000066eb286407bd3498dde930683f363e99d9ce996611e23c471d6593b5 0.00 MB 1 0
31,837 31,837 000000002b3850deb548d4fd230d6607a01813aea3aaf74bd98e40cc317b0e80 0.00 MB 1 0
31,836 31,836 0000000092f2ded54064e7ab9d128ccd11920e1dbc51c5cca33a30fbaa024733 0.00 MB 1 0
31,835 31,835 0000000074d644be6b9513970bae12114c3501130ae30056f556647bde06d15c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.02 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,343.39 GB sent, 123.80 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.