Loading Tool

Explorer IconExplorer

Memory Pool

31,290 transactions
6.03 vMB
0.03750483 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.75/200 MB

Candidate Block

Mining Attempt 8851765c0b60e88815c2ee8f728b095f2cd84582d6247f8050a3fc08820086bd
Version 20000000
Previous Block 0000000000000000000023940c0e24b9344067690f6eccb88ad55b33fb1e5c67
Merkle Root 4de6a3419e9f98c62583828b884260404f893d53b1d2af80e8eef9b31d5e590e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 0.83 vMB
Total Fees: 0.02371255 BTC
Avg Feerate: 1.56 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,936 (712,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,124 200,124 00000000000000fc28186ca17a05aa94c15a26996b8dd3e254e28fa0f3b320a9 0.12 MB 171 97
200,123 200,123 000000000000050f650c03af06696d141dfaf39a213d1cd8aa46837fd37e425b 0.00 MB 7 0
200,122 200,122 0000000000000546ebc3a42e869fe159a51641a5f8c191d030f94485f7c03f46 0.05 MB 113 84
200,121 200,121 0000000000000466974aa65083d7b7573434af6b1c91ba305cdc67fd7d11e23b 0.03 MB 56 62
200,120 200,120 000000000000027bd0452f49c14ca7b2095603e9973ba79ad3eb35aac210f825 0.36 MB 831 142
200,119 200,119 000000000000030579619fc60757f2974c815dd77e5d8d9bc8edca1f9348bf33 0.00 MB 2 286
200,118 200,118 00000000000000a2040ee5ef17294859fcd41329b537613466383b92ee85bbf7 0.00 MB 7 152
200,117 200,117 000000000000056654b501ef47030174f5ed87993edddc53062bb9898288456b 0.25 MB 363 84
200,116 200,116 00000000000005077b033de8f72a8af3d79023f70d5c998f6121a7a9195b82a7 0.01 MB 19 221
200,115 200,115 00000000000002b04219138fa8958be6c1e6be69d738e06e9a1d1025a2d3d2f4 0.02 MB 57 287
200,114 200,114 000000000000027e9a3279ac05535c94c656bbca587a89de1fb70e3eca4586cc 0.00 MB 6 53
200,113 200,113 000000000000049912cbf1245a6fdb3b199c2364e85adfc6303b32645e3bb157 0.07 MB 200 242
200,112 200,112 0000000000000430b71ee3dcce345739a8ce84f67b77e673f17a776e002c9c4b 0.01 MB 42 40
200,111 200,111 00000000000001e4277b696b03ed1e085037bcfec8e2a1b7454f9cfd2d936e41 0.12 MB 232 168
200,110 200,110 00000000000000bb6d7c2a9e9f86ab88d0d36f15055869af85c61b247dfacb31 0.02 MB 63 7
200,109 200,109 00000000000002c02f0f478edd0521a71c399f46283947b2be1ca2b8cf634f64 0.05 MB 172 250
200,108 200,108 00000000000002d0451620cb2afeafbb7b2e10d15ddfca2bee4235cdd9b56ee8 0.03 MB 90 303
200,107 200,107 000000000000021a76fd89de03a388cebde7d1682f670f4faafc34f6fe094c7e 0.03 MB 77 212
200,106 200,106 00000000000000c25aff542ab28a670cd10245b1ee2c3ead7cb9f16b838a9efb 0.00 MB 10 198
200,105 200,105 000000000000031eeef23c12335c6c92a29fb600acb45c578b2408a7b65c918e 0.00 MB 13 87
200,104 200,104 00000000000000f24d13de1ea6f6d619e24d123ef18dd4c6ce7aab8e1463e34e 0.05 MB 163 223
Previous 10 blocks ↓
Total Size: 778.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 334.75 GB
    • Received: 2.91 GB
  • Uptime:

Notes

  • 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.