Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,837 transactions (1.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (825,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,409 84,409 00000000002f8fd50411afd4aac92360d2ee37da2087e851e298a1863b4ecd39 0.00 MB 1 0
84,408 84,408 00000000000bb5910b035b5570fd0a34625bbdc9d1525861fb9e9f804d62d2c9 0.00 MB 1 0
84,407 84,407 00000000001d561ce46b4f4064149ad8f270f13df6b065c3171b0767d52b58df 0.00 MB 2 0
84,406 84,406 000000000029d72f1327cf85085f7e9032daf6d62fbf27645987cfb92ca55931 0.00 MB 1 0
84,405 84,405 00000000001b72f4824878799c26775d0248a6be895a96bc87ffbce344ea46a6 0.00 MB 1 0
84,404 84,404 000000000014a5115ca9e6f98b2ef615504bed071c0db3492ba0ff1a700f294c 0.00 MB 1 0
84,403 84,403 00000000002729f53e65ebf9a655067eda42de7bfad9d260e5712f4ccc247a01 0.00 MB 2 0
84,402 84,402 000000000029e156cecd87c50e79f8034a2e03f3e7806aacbbe046c06f5a5c3b 0.00 MB 3 0
84,401 84,401 00000000002c6249df82c795f8d97d77ea98807137485c6787f508a1cd2a3907 0.00 MB 5 0
84,400 84,400 00000000000360332ad7c205deb96c1ced86eb2790d6df9019decb3d4c7f3b80 0.00 MB 9 0
84,399 84,399 00000000000f5d7fb74da3e852e7990911c5bbd6b60210392f8142ea3c4adda4 0.00 MB 1 0
84,398 84,398 00000000000d2c2b1bfaa27f921704d93592c57d4bf4d00697ce555a04ca6d98 0.00 MB 1 0
84,397 84,397 00000000001ae5e7ee83cf7d8d803fc878e0dfe9c4d7245832f6bb8ecc8497be 0.00 MB 1 0
84,396 84,396 000000000005c9de650a26d63c29208f1c7574fd2c6310f406a1843659d8bf57 0.00 MB 2 0
84,395 84,395 0000000000221d3a74f17474bb401f80ada19658e7a51b316ef161663aaf5177 0.00 MB 1 0
84,394 84,394 0000000000082e2cdf4f65947c56c75a6db1455fbf63e6c11db92cab5970c010 0.00 MB 4 0
84,393 84,393 0000000000125ac45479271d49990727ab79d4390933f6d9c48d2446f65cd365 0.00 MB 7 0
84,392 84,392 00000000002bac46b33c4cb64c9816efbf3a7a24d04caaabc968db77f4c8e58c 0.00 MB 3 0
84,391 84,391 000000000003029ca20d82920764df56a5a38ccf42d1383be10abae6e151d912 0.00 MB 2 0
84,390 84,390 00000000001badfa0497bb2b7fe19be823ea2939d3726178a96b344cae2beed5 0.00 MB 5 0
84,389 84,389 00000000002e7741a92aafdbcddab19d370d589fb05c549d9a5cf08c25c668ee 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.98 GB sent, 112.23 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.