Loading Tool

Explorer IconExplorer

Memory Pool

81,524 transactions
30.77 vMB
0.09136934 BTC
Random Selection Loading Transactions
Max Size: 187.26/200 MB

Candidate Block

Mining Attempt f70671ac5bcd9b6ed05732b900f1f3e5116314cf93447018b60dc1e5682c4927
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 52a285c11cc9631d1d957cbb69e78d46af777ea17983c5f2b96c1b24b07a9dac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.02208440 BTC
Feerates: 318.30 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (485,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,119 430,119 0000000000000000043551f1911ea2c0f5208245de6c559ffcd42eec1a41c2bc 2,601 1.00/1.00 vMB 54
430,118 430,118 000000000000000000c01a1c765dc5717ddb1c03324480a8f3b9e0fa8191e673 1,980 1.00/1.00 vMB 65
430,117 430,117 0000000000000000008f25a7b1bfde2bbd28afc5ed6e50b0d3ccc9743cf9755b 2,196 1.00/1.00 vMB 70
430,116 430,116 00000000000000000434377d6a947454cdcfa2eccb7d64606afb510cbc58445d 1,369 1.00/1.00 vMB 79
430,115 430,115 00000000000000000433f1b5a194126f55a57fd168666ab445822394baa5ab2b 1,585 1.00/1.00 vMB 77
430,114 430,114 00000000000000000259668fbafe0916ac8fdaf4d80d93ac629462db79301f0a 828 1.00/1.00 vMB 74
430,113 430,113 000000000000000000e16987ce8dd3f3c0a5699282f603dff5cbe75ea9febacc 530 0.99/1.00 vMB 72
430,112 430,112 0000000000000000042c5501d920711b1a2f72486f36354ab040ddd0e1f3bdd2 1,703 1.00/1.00 vMB 91
430,111 430,111 0000000000000000031a28829dc52d294fac9fc369de8a934dd75cfeb7f4cab8 1,644 1.00/1.00 vMB 92
430,110 430,110 000000000000000002205c0ccda8fd2aa6f9ca3dccb73e1b410ac072d4649edd 1,404 1.00/1.00 vMB 83
430,109 430,109 0000000000000000034fcf523a7169c1beebc4ce9d126eb79b78a3e6c15b4669 1,502 1.00/1.00 vMB 73
430,108 430,108 000000000000000002a34ded4a1fd6085b5629340a99a87e5c190536df947600 2,480 1.00/1.00 vMB 62
430,107 430,107 0000000000000000007586b0b4f3cb16d45ca3a36f5ce9e9db349eba7b17c5de 892 1.00/1.00 vMB 73
430,106 430,106 00000000000000000236b3fe634dab88b92123785e1cc55bdd1c3a8f6afd46ac 1,476 0.75/1.00 vMB 90
430,105 430,105 0000000000000000017dc898acb9d43cebc5b65c51e9280cfa6f9dbff51c1aa1 1,911 1.00/1.00 vMB 75
430,104 430,104 0000000000000000035154af4a9ac690f3cdb5d526e9d721b319b81b774d87a5 2,023 1.00/1.00 vMB 51
430,103 430,103 000000000000000004451f1ea23b2815cd046a83facf2983c0d3e7962b15d74f 191 0.06/1.00 vMB 45
430,102 430,102 000000000000000001a76564726b087816ca32efcc88075818cab9d94c111a83 1,699 1.00/1.00 vMB 41
430,101 430,101 0000000000000000038499f304a66b59cacf677c9b58467e02f0eddd3c96a69e 2,563 1.00/1.00 vMB 76
430,100 430,100 00000000000000000221d6b4486ce45dccc50886ed1ccdc8933dab1eb98f0f14 334 0.13/1.00 vMB 72
430,099 430,099 000000000000000000208e0d4bd7e1a79939f621285ad6ba4495cdcd0e8b3938 1,136 0.47/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

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