Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,167 transactions (3.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,947 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,141 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,946 (627,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,808 283,808 0000000000000001176ccf4a55542a3d6ba2c5b9e708d50428eb3a029d78b95c 0.35 MB 743 36
283,807 283,807 00000000000000019204e6b5eb3ba69daa03d91606990b5d4ab63962af1a3f7b 0.00 MB 1 0
283,806 283,806 00000000000000019e5f45058a47c11673c7e7316b72529cad49cc695fe1d481 0.14 MB 320 42
283,805 283,805 0000000000000001d2e4fcfd7ce94bbb3271759463fd7b9a45aa0c62c4c8ebf7 0.11 MB 198 26
283,804 283,804 0000000000000000a6a79cbf685ae6eee3ccc63b7aad5dfcddab09050d3f19f3 0.08 MB 160 35
283,803 283,803 00000000000000007ddb1ba4428d79f28aeafa0bd1e10a8d298d2015e7df1c29 0.23 MB 379 35
283,802 283,802 00000000000000019261cad42b023bdefe109f8797fee00c493fe095bead855d 0.21 MB 369 31
283,801 283,801 0000000000000000829a10d1c9a8f15844ab50f6aa0342d557f6584a3e2c954c 0.08 MB 189 33
283,800 283,800 00000000000000006f3d68b1a16e6a5b2b981d9edb2bc13a6dd98cf7088d1c17 0.02 MB 66 36
283,799 283,799 000000000000000028706d5d895e3706abd7ae7cfbad478f18497ccf94b4e905 0.09 MB 185 33
283,798 283,798 000000000000000140ed024e852de2f811965fee9cb35bdc143247b09cbd722e 0.12 MB 289 35
283,797 283,797 0000000000000000d327f5143a4c935313495132b36520fb3f230caa539312fa 0.24 MB 292 19
283,796 283,796 00000000000000014df14d8d82275f2b8095f883e5bed00b5abc8e03bc82969d 0.35 MB 986 56
283,795 283,795 0000000000000000f8ba03e4441017c30d4ea29dbd2fdc438ef278e11b534e1e 0.08 MB 148 21
283,794 283,794 0000000000000001335daf731c0555337f991e64ca6e3667d8e3a90b87c0a844 0.18 MB 310 26
283,793 283,793 0000000000000000ff7fff36c4382086f5291be079b0168c2cafb104ec48d94d 0.05 MB 187 87
283,792 283,792 00000000000000014d36a230ace6c80861c8583199cd07281027b6d479471bbf 0.06 MB 79 19
283,791 283,791 0000000000000001f21437e1769a2de279ffaf94895a8ef96a964b957e0ce3f2 0.17 MB 345 35
283,790 283,790 00000000000000015126ff85b569e09dc8894afbf8c50470e1254ff6cdf77f18 0.35 MB 510 32
283,789 283,789 000000000000000182464a4608e7243827cead478e0d785a1fd925d382e335e7 0.26 MB 472 38
283,788 283,788 0000000000000001e992683e94b94b948906346c3db2725cc4641c15db3bd6a3 0.11 MB 194 35
Previous 10 blocks ↓
Total Size: 775.14 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,356.47 GB sent, 124.48 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.