Loading Tool

Explorer IconExplorer

Memory Pool

74,161 transactions
27.35 vMB
0.06559554 BTC
Random Selection Loading Transactions
Max Size: 167.18/200 MB

Candidate Block

Mining Attempt 7395457d13f8f8db5f3ad97fd5b10a841122c6ad5cc94e2d251ce5bb7b85cdf5
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a2c20b8b3d8c407b0520ce7c4ab8f832cd2a72f1325635526feef353c3788097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.00740394 BTC
Feerates: 179.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (450,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,016 465,016 000000000000000001c9df79522d8f5d32950ecea7841babf60cdccb53415c7d 1,973 1.00/1.00 vMB 154
465,015 465,015 00000000000000000021ffd5d53064d56c97be85d6d8f09546366d9e1c01f1f0 2,330 1.00/1.00 vMB 233
465,014 465,014 0000000000000000019df136c167165c622ea5668b8a58167f2e8b21829b152a 1,623 1.00/1.00 vMB 141
465,013 465,013 0000000000000000016801218a7794e1030513c1ac853555d75e70636891ff1f 1,443 1.00/1.00 vMB 224
465,012 465,012 00000000000000000062ab24d2e0da32d81f553569b0881d615a94111aeb8839 2,085 1.00/1.00 vMB 150
465,011 465,011 0000000000000000018e4026f0eb763bff54dfbbeba4a297cb4f5b5e59e17fb2 3,311 1.00/1.00 vMB 159
465,010 465,010 000000000000000002106cda40b6e4165015957e722451dc181f86c10740004f 2,576 1.00/1.00 vMB 212
465,009 465,009 000000000000000002117e1113343d18d369fbf690983ab3c9e9955869bab5e0 2,184 1.00/1.00 vMB 196
465,008 465,008 0000000000000000009895a3d9f213aa70ddc137af78a7ca834b532f0f5a0c28 2,328 1.00/1.00 vMB 187
465,007 465,007 000000000000000001bfe383e933e51f435262045332ec3b6e49175cae259151 1,956 1.00/1.00 vMB 166
465,006 465,006 000000000000000000c55d733b5002218704671e7fb4358b46c1936b77b111a7 3,097 1.00/1.00 vMB 192
465,005 465,005 0000000000000000016332d214269f3e04b6535b69020e67d045285b6aa79372 2,157 1.00/1.00 vMB 221
465,004 465,004 000000000000000001e7fc192ee2df5513ebad564bed3e88131c238d09f11625 1,910 1.00/1.00 vMB 219
465,003 465,003 0000000000000000005436749c83571182fab90e10a9ffe3a0e6f844593aa25f 1,270 1.00/1.00 vMB 190
465,002 465,002 0000000000000000014988186068b47d6209dfe743c4928322722332c8afa195 1,398 1.00/1.00 vMB 183
465,001 465,001 00000000000000000013b20e3ab1eaee4fa5176a3bec095199e6b4e532d022ac 1,395 1.00/1.00 vMB 174
465,000 465,000 0000000000000000011d92a5b831b39d60d92245dc69dfbf0d057b1c3eecd0fc 2,217 1.00/1.00 vMB 218
464,999 464,999 000000000000000001a81477ae4c90fdab2d35528066fc360387a1a844a5264f 2,184 1.00/1.00 vMB 249
464,998 464,998 0000000000000000020a415305d6e14d4bc6581f16cfc1a465e97c99a9feeb99 1,806 1.00/1.00 vMB 291
464,997 464,997 00000000000000000137d0114bde4c831db2159fce0440a4e0b06a163e2debf0 2,081 0.93/1.00 vMB 207
464,996 464,996 000000000000000000955da6d7c39e443352fbf7ad646dfa258b0e4cf215d47b 2,622 1.00/1.00 vMB 216
Previous 10 blocks ↓
Total Size: 782.84 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: 712.36 GB
    • Received: 17.17 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.