Loading Tool

Explorer IconExplorer

Memory Pool

75,081 transactions
28.93 vMB
0.07879905 BTC
Random Selection Loading Transactions
Max Size: 171.15/200 MB

Candidate Block

Mining Attempt 90fe78a0db6b751bf8e6b84be10099e3edbe6c6a3bc75a57b79a927a9e32ff2b
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 5d43d543485a3ce53cc8ba6ea2cc6f11f6d40f2e1554eede4b3aeebf4f6d0772
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.01856562 BTC
Feerates: 100.29 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (98,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,819 816,819 00000000000000000000d9fb7b327bad6fc202d970113d36a0ac050e7c549bb2 2,539 1.00/1.00 vMB 48
816,818 816,818 00000000000000000000846cab75308275648d411eaa4056698fb958e9990471 2,484 1.00/1.00 vMB 56
816,817 816,817 0000000000000000000051edd5c5100722e9894cbfd02ece10d633aef8954358 3,076 1.00/1.00 vMB 91
816,816 816,816 000000000000000000025bdd0ea1f3e02be66be1e9c87545b5ab97250bbe59db 2,543 1.00/1.00 vMB 45
816,815 816,815 00000000000000000000580341d7edb61e11c408ef16af6ca414d4f876295798 3,376 1.00/1.00 vMB 52
816,814 816,814 00000000000000000001cac5b36d12c79bfbceaa473ef87cbc096e77a7ed17a7 3,033 1.00/1.00 vMB 64
816,813 816,813 00000000000000000001352a086b0a8ce9905fec909a2389ceeff761177ab469 3,421 1.00/1.00 vMB 71
816,812 816,812 0000000000000000000048a09b93557231658fb59c8fd2dba03138b87ec30d2f 3,350 1.00/1.00 vMB 52
816,811 816,811 000000000000000000044d3ba4138ed4d56855794a265e69878eed03a975ed31 3,357 1.00/1.00 vMB 70
816,810 816,810 00000000000000000001ccd9620eba38bd1f5e4dd80fd32077b5152ff81123b7 3,940 1.00/1.00 vMB 69
816,809 816,809 00000000000000000004316e22b2213bb7ba620419c7472f8c0afb7818f8ca04 3,712 1.00/1.00 vMB 94
816,808 816,808 00000000000000000000c7e3ab43c73c9c8b04b56dca3396d8ba8e14e5da8637 2,185 1.00/1.00 vMB 46
816,807 816,807 000000000000000000018d5a09ad0c971b9352dcef9a27831836ffe673f06bda 3,272 1.00/1.00 vMB 53
816,806 816,806 000000000000000000003e2923c0fa86fb51d66305c3259b5ae036213862238e 3,885 1.00/1.00 vMB 52
816,805 816,805 00000000000000000000e90333fe4e8cd5739c87010e0ba38f74756237db4f3e 2,858 1.00/1.00 vMB 77
816,804 816,804 00000000000000000000d0bf30931f56151ab226a7a1af233df23f41d2aea147 3,239 1.00/1.00 vMB 53
816,803 816,803 00000000000000000003cfa9eaffbdc3c60702878d8522e72d26c6a87ef65bb9 3,202 1.00/1.00 vMB 58
816,802 816,802 000000000000000000007e8f4445c6478e709c774ede70d2d654ed1298b5ee81 3,075 1.00/1.00 vMB 84
816,801 816,801 000000000000000000011a58bc0996235c3e3d1565d7aafa074c8290e25664e4 3,235 1.00/1.00 vMB 66
816,800 816,800 000000000000000000036e8e5cff848abeffccda16824c87dd792dee9e2a23c9 3,385 1.00/1.00 vMB 73
816,799 816,799 00000000000000000001a0c8c5c1d028c2ab6ae438c793466287dc77e5b7bf30 4,017 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 667.93 GB
    • Received: 15.32 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.