Loading Tool

Explorer IconExplorer

Memory Pool

82,830 transactions
31.05 vMB
0.08988017 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 8df19550ea408b19c741a3af24eede4d011b24d68507cf31183d2a2b4757e338
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 8926ef11ca334aed94d37e4a04f6361c2fbd133499a20ff9be91e557d038f502
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01999874 BTC
Feerates: 301.57 > 2.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (493,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,069 422,069 0000000000000000033a1010228ad8f3cce49efa8951dd9d30805ef6b5abfe6a 250 0.09/1.00 vMB 65
422,068 422,068 00000000000000000321d1db2e98b0fac4acf59cfa7e1436fa50ad4418b1764c 440 1.00/1.00 vMB 10
422,067 422,067 00000000000000000221636320426518b559ba53ecb3c67e6f91987ff8f3148f 648 1.00/1.00 vMB 17
422,066 422,066 000000000000000003f421e2b00ee35fd5859e9d625819fb194c520c81863a0b 1,076 0.99/1.00 vMB 15
422,065 422,065 000000000000000002d2f094ca1e20edf25346a9f1be5562085808489d6d5e1e 2,492 1.00/1.00 vMB 60
422,064 422,064 0000000000000000017acadadf31a2e31cd06d1c15965006149ae0271f7acf8a 2,014 1.00/1.00 vMB 55
422,063 422,063 000000000000000002ee53d4c54ba406d95fa30b6364ddb520b7bed425eb7b5a 1,481 1.00/1.00 vMB 107
422,062 422,062 0000000000000000001fba7b4fd09e8d255dac8ec33f6aa0a6eafa9e133d0980 16 0.01/1.00 vMB 57
422,061 422,061 0000000000000000032ec4653ff8655892a9892af79a5645307e889b90bdad2a 985 0.78/1.00 vMB 33
422,060 422,060 0000000000000000051af78c16f47ee3c16f81cef134e84bfef3ec5af88e06a9 1,705 1.00/1.00 vMB 33
422,059 422,059 000000000000000003c98f4c61c63c959e1f98b02713cef6fa45f8b1e18514b2 2,653 1.00/1.00 vMB 66
422,058 422,058 0000000000000000040daa7893e5534b021699e9e236893e0954c1ebf276d611 1,859 1.00/1.00 vMB 40
422,057 422,057 000000000000000000956da9f3e6a85d2f94caa9e64a3d88cad2f30502ce470b 2,417 0.93/1.00 vMB 62
422,056 422,056 00000000000000000064e5b61b3a91f6e2a3e613461d8af14d98d071a842f2f6 1,584 0.84/1.00 vMB 47
422,055 422,055 000000000000000000c27d450810f2249bfe59898712181a2caf76d9b2dd184f 424 0.19/1.00 vMB 54
422,054 422,054 00000000000000000309958bb74da77e22b51e4878361b405d7bc2ef8a058ef1 117 0.08/1.00 vMB 22
422,053 422,053 0000000000000000019a9272c72ea31f70d125c1785e3c793b1aed67e725cf0f 2,009 1.00/1.00 vMB 49
422,052 422,052 0000000000000000012f0a2d28d3fc1e386418ec82a564b8dad3df5623d062ce 50 0.02/1.00 vMB 48
422,051 422,051 000000000000000000de9cd0471d2700c0a7489c8745be73b0bfa6e9a6a18c3c 430 1.00/1.00 vMB 8
422,050 422,050 000000000000000003bc5eb32f1e4ea063adb77859c498fa0442560ba85ea60d 216 0.12/1.00 vMB 40
422,049 422,049 000000000000000003fee9fe24c4114ececddf312c390c261c287c3b9c52f74f 1,255 0.98/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.78 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: 709.53 GB
    • Received: 16.92 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.