Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,887 transactions (0.57 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,122 000000000000000000022b910000000000000000000000000000000000000000 0.56 vMB 1,872 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,121 (52,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,180 859,180 000000000000000000003da04e08ce5c19415c9f679de670dd8d90b2f920e34f 1.64 MB 5,415 3
859,179 859,179 00000000000000000000381749c8391b9dbfa477b25afa499931e9d1ff4b1fa1 1.80 MB 2,976 4
859,178 859,178 000000000000000000007aa5873c6865afb77ea45b2b53dfc44d6d2a8269b755 1.63 MB 1,440 7
859,177 859,177 00000000000000000001a35614156bd07cef3ca1fbfe58ab9039cffabe7df1cc 1.70 MB 4,369 3
859,176 859,176 000000000000000000023230563fb4c002740aca22b6d93d3c1997b18a48d48c 1.62 MB 3,335 5
859,175 859,175 000000000000000000022cbef7100d06b4ff96d270225dce43c0d4cef7aa0a0f 1.68 MB 6,059 3
859,174 859,174 000000000000000000010741bc513dfe79f8baf1fbe842850ce3df5e36ee3ce0 1.53 MB 2,981 4
859,173 859,173 000000000000000000010adf9ad67254cfb46b6abe5bbe27ad243691e3182973 1.58 MB 2,942 6
859,172 859,172 00000000000000000001ae9ec138a0703952fea8fb295a17a88e4cd35cafb545 1.65 MB 5,287 3
859,171 859,171 000000000000000000018aae98e7535fe56ff163ea283da522c9e07ecd8047fb 1.56 MB 7,768 2
859,170 859,170 00000000000000000000e737c82c7cd2654bb88528b6b1dbe2dade1aa6ca047f 1.59 MB 5,710 3
859,169 859,169 000000000000000000021cd4c2e7b72ec7b4cb46bc3fed2063a15c7bd2db3f1e 1.63 MB 5,717 3
859,168 859,168 000000000000000000010d3f0588962b0213531ca043014ac2a3ee1cabc33827 1.59 MB 7,196 2
859,167 859,167 0000000000000000000176334b0140f44e888cf215101b44244c29830e666712 1.62 MB 4,090 4
859,166 859,166 000000000000000000011297efb4cc3f4586c933482fc0e5e791c93fd17372d2 1.67 MB 4,905 4
859,165 859,165 00000000000000000001e416dbab8d7497a10ad31f0a7406e646a79124262c69 1.81 MB 2,277 5
859,164 859,164 00000000000000000001e4fef239ffc5172e66c20087efe6ba754b747ae8c3ab 1.56 MB 2,628 5
859,163 859,163 000000000000000000025e8983629c568b3c8d00bc0631a91163fc6c63231148 1.55 MB 2,339 5
859,162 859,162 0000000000000000000158fa1221b5e57fa566ab475354d39f01d4fda0962f58 1.65 MB 6,894 3
859,161 859,161 000000000000000000001ea4aab2353d9bbd784a9699346715eb42e1f6b0ac4f 1.51 MB 7,511 2
859,160 859,160 0000000000000000000063a136ac238d77efbe9537b4667fbdc406f5f24f8f3b 1.69 MB 4,226 4
Previous 10 blocks ↓
Total Size: 777.31 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,525.24 GB sent, 134.93 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.