Loading Tool

Explorer IconExplorer

Memory Pool

84,963 transactions
31.86 vMB
0.16829204 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt e093f6c33d93ca3c313093510d9594796841c4919b4eacd12492ae848b9f2eb3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 4b49a2d9ee49889a6838d5c33e8afa1fb7bdff1f6af9f782c8d71c9391b8d518
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.05337032 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (452,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,887 462,887 0000000000000000016d4e9b61cac2b82ab0bfe1422251e245e11d177b2ee2c8 751 1.00/1.00 vMB 143
462,886 462,886 000000000000000001f1182c00b082580a8630a949ba8692af6b376802b72c4d 3,336 1.00/1.00 vMB 206
462,885 462,885 000000000000000000e2c6c35f0a04769e9acb24d343db0bf47a77f25674eaf1 1,943 1.00/1.00 vMB 147
462,884 462,884 0000000000000000014626b09182b88b512ba2695748a2e37e3c49c3105b6d19 1,595 1.00/1.00 vMB 132
462,883 462,883 0000000000000000013e42e210b3109a36f34342a951d0a7a773820aa1285893 2,414 1.00/1.00 vMB 172
462,882 462,882 000000000000000000ffa002684abf896651e7cadcfdd405878758ea23373e6b 2,278 0.93/1.00 vMB 186
462,881 462,881 000000000000000000e05ac7331c8714e63a8323ca7382a11aa8b60a5ce249c1 2,155 1.00/1.00 vMB 165
462,880 462,880 0000000000000000004fc403eb2a8596f32b4627e2b3cccb21712656ebff3543 2,902 1.00/1.00 vMB 186
462,879 462,879 00000000000000000002cf3cc6a4d844fb941b345e0070919f5b90e86144a203 3,846 1.00/1.00 vMB 294
462,878 462,878 000000000000000000b4ecfb1b427f3a9b3f7a7723d9cb52ca6f2be5654151b3 2,431 1.00/1.00 vMB 175
462,877 462,877 000000000000000000da5a2166281357eb6757ab24d0713cf66d84a8cf9b0183 1,699 1.00/1.00 vMB 142
462,876 462,876 0000000000000000000a8c580070d8541585bb87fc666ed2a0d36b9c8ff73cef 166 0.06/1.00 vMB 232
462,875 462,875 000000000000000001916143ea578ff5b35868736f8dc525151b0f6ba7616a56 1,897 1.00/1.00 vMB 151
462,874 462,874 000000000000000000cb04bbf8ddf78528f2af0d6e64912e8bbdaedf48a6a20a 1,777 1.00/1.00 vMB 162
462,873 462,873 00000000000000000212bda9816d0bbe64b1c34c03bc81a9e9e141bfc60a41eb 1,288 1.00/1.00 vMB 151
462,872 462,872 000000000000000000636a0cb56d5c0e554d4c00b5001ff35a1d4978d7dc12c4 1,762 1.00/1.00 vMB 148
462,871 462,871 00000000000000000099723021adabb35db6133d5c42c02fb77958849440ff13 934 1.00/1.00 vMB 137
462,870 462,870 00000000000000000060e29685bbd940c4a7a10b58e2207d91bbc04aebd116fb 2,648 1.00/1.00 vMB 182
462,869 462,869 000000000000000000546ce9d9731f457e2fe843957c82188dd35d3db7436aab 2,979 1.00/1.00 vMB 184
462,868 462,868 000000000000000000e566652b0d3feb3fc88e686cd72773da44a31e2f3689a7 3,094 0.93/1.00 vMB 240
462,867 462,867 000000000000000001a1a81dfe72c30b2b436663ba366660dcb2547f74a08614 163 0.09/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.