Loading Tool

Explorer IconExplorer

Memory Pool

45,932 transactions
26.80 vMB
0.08647978 BTC
Random Selection Loading Transactions
Max Size: 142.33/200 MB

Candidate Block

Mining Attempt f14afa70ee7f0b78fa19094654ce364a11b27e169109074b78bfe0b1d2d1c8f7
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root ae8749e2d3cc016777fff9581ba07b908b978f0cc84f9528df2584e97f92ed6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,452
Size: 1.00 vMB
Total Fees: 0.03701979 BTC
Feerates: 101.64 > 3.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (389,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,126 525,126 00000000000000000018ef1d5ac65c158fa2412f0dfb3b6c39b2c01f9867d8c4 1,890 0.89/1.00 vMB 21
525,125 525,125 0000000000000000001b4e6bf72320488135f1012eb8f49ca0f6a885121a4e05 2,175 0.98/1.00 vMB 18
525,124 525,124 000000000000000000235b66aac657b076c1fe4a4f6f3492644b6c5ea7f2c534 784 1.00/1.00 vMB 17
525,123 525,123 0000000000000000002a507929621d3b877d9e2c3a6a05c92aa2d13953589baa 935 1.00/1.00 vMB 8
525,122 525,122 0000000000000000001f9edc37b16f1b343b39f38c27241025b146732cd656bb 2,273 1.00/1.00 vMB 8
525,121 525,121 0000000000000000002c4c4f0532c64a300e5b6c1478b43d110daa5dbd90ee0b 1,501 1.00/1.00 vMB 9
525,120 525,120 0000000000000000002ee8de3c1b14fdf067987852c4783420466014d6df1a2f 2,875 1.00/1.00 vMB 22
525,119 525,119 00000000000000000026c90479dbb30987a3bb2bdbc74c7a018f3f8a9f923f2d 2,308 1.00/1.00 vMB 21
525,118 525,118 0000000000000000003bdb2d25e2c38b07ea807dece7597ed4123bebdaed386e 1,565 1.00/1.00 vMB 35
525,117 525,117 000000000000000000184bac9433e064805549801710281940841e6ec8160e5e 1,542 1.00/1.00 vMB 75
525,116 525,116 0000000000000000001ff2c42f9a7a79bb26f6c0aa0d8825023d2c3c83819bfe 895 1.00/1.00 vMB 52
525,115 525,115 0000000000000000000be1de17c81920629ea08231373fbdf48a6bedfb4fc0af 666 1.00/1.00 vMB 60
525,114 525,114 000000000000000000138736fc8f85395c8b107cd92f9d4e7ba5b336037491bd 316 0.24/1.00 vMB 21
525,113 525,113 00000000000000000036efa8e6555a2149a3d10f99b52f125aaca433086f25dc 310 0.63/1.00 vMB 2
525,112 525,112 00000000000000000018273d6b234d82fa67a6c2b505ff0508b4baf7c7f7c46d 2,194 1.00/1.00 vMB 33
525,111 525,111 00000000000000000026ab41caab67c20a9d9545ee8c1f2c5440fe211c8ad154 27 0.01/1.00 vMB 9
525,110 525,110 0000000000000000002c0cd29b45f867391554c37652458f110f007839845710 909 0.64/1.00 vMB 22
525,109 525,109 000000000000000000328cd07e7e411236dc475bc1241b096fb333cdc8aa01d9 1,065 0.70/1.00 vMB 17
525,108 525,108 0000000000000000003003d06dab988de6ccd6d296bcb667a446fbc22c41fddd 474 0.98/1.00 vMB 3
525,107 525,107 0000000000000000002fcf096f0e737a8956df59b9747fa022740d81151771c6 2,144 1.00/1.00 vMB 33
525,106 525,106 00000000000000000000c5b95c86e46f478c9bcf5e3e2c835dad38fb1fd287fe 2,301 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.