Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,560 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (236,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
675,088 675,088 00000000000000000007e031ddb1a2e490c6981d0ccf5cd5951a26a65a9af593 1.08 MB 769 110
675,087 675,087 0000000000000000000265dd439531af2b95030d92d94477335436ffb2adaf2b 1.24 MB 1,647 117
675,086 675,086 0000000000000000000776743a84883ac47a993867f41ce9e8d6e8a6ac9c590c 1.25 MB 2,229 108
675,085 675,085 00000000000000000000b30c4433aea6cd76db804894abb9d13cac267dc7b302 1.22 MB 1,465 108
675,084 675,084 0000000000000000000c78a72f83148b789f031898d910d6638210e374d87fce 1.26 MB 2,345 110
675,083 675,083 000000000000000000098939e9a3899c3d7b9893994e82b223242887ef7a9cf7 1.18 MB 2,358 104
675,082 675,082 000000000000000000062ef52b0cab9cee21e83866b01a410a99e3f3c7293213 1.29 MB 2,765 119
675,081 675,081 0000000000000000000a3065c3690b1d75b91bb3addb88476a941d4a2c6b0b9f 1.26 MB 3,084 103
675,080 675,080 00000000000000000003b88685df1a9d9ef204474dc341f169da7dd06eadf058 1.08 MB 819 106
675,079 675,079 0000000000000000000541215efcfaf668c746d66a9ad100ae63128b28e7f59d 1.25 MB 2,297 116
675,078 675,078 0000000000000000000bba05137ff1d8185d5975c353892d40e3c373d0eb98ec 1.21 MB 2,815 109
675,077 675,077 00000000000000000000a4c29ed63f643906dde7fbea50eb25babec34a06f887 1.39 MB 2,583 119
675,076 675,076 000000000000000000046369e55e096f0120f22a093730c5e37863e7dc5ed36e 1.32 MB 2,721 130
675,075 675,075 0000000000000000000847cef9bf7049e00391565a93e723943e211bbef090d7 1.30 MB 2,924 129
675,074 675,074 0000000000000000000941a6adcb04705f3d9812339ac7b1bde1651a0f186f94 1.26 MB 3,339 115
675,073 675,073 00000000000000000009225c75aa8a9b1ad7d5ecff20f814ee6b7a4aab05af43 1.16 MB 3,187 102
675,072 675,072 000000000000000000078105b7b6c4a9ba66c622b1496afcecb20c881487b5c0 1.20 MB 3,276 106
675,071 675,071 0000000000000000000a9c26e2e21356ec3a16f12cd493048b1ee908dd1c065c 1.36 MB 2,495 123
675,070 675,070 000000000000000000024d1130a89da88d92a2a0b148318fa3b6e688c900db68 1.24 MB 2,540 114
675,069 675,069 0000000000000000000ac3b288ddfce64d24841afdcc739634d8770b25f0751a 1.36 MB 2,873 116
675,068 675,068 0000000000000000000c76dfb9f7eaa86dc959aed2c910e95074fe326006ece4 1.16 MB 888 107
Previous 10 blocks ↓
Total Size: 776.96 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,492.56 GB sent, 133.28 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.