Loading Tool

Explorer IconExplorer

Memory Pool

33,575 transactions
25.19 vMB
0.05225910 BTC
Random Selection Loading Transactions
Max Size: 127.78/200 MB

Candidate Block

Mining Attempt e9d446f27601e8b08b2688206f0f6b3ef884b43a9ccb4b5d2f69e2c7e6ed2a81
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 1092fd965ed1e5a3772740cf37b81d4b668581cd23fb32b575ab701f9b41faa0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,324
Size: 1.00 vMB
Total Fees: 0.00685293 BTC
Feerates: 93.93 > 0.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (452,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,152 462,152 000000000000000001afe48469ef7f4c169082c8214069f805da717a8da6e615 2,380 1.00/1.00 vMB 169
462,151 462,151 000000000000000000e38cdfaec423d9b3a3394f0e7368d7efc96c3944aa13d2 2,295 1.00/1.00 vMB 151
462,150 462,150 000000000000000001142836cfb29f41321a9ab161bded518820caaf17c1c387 2,218 1.00/1.00 vMB 171
462,149 462,149 0000000000000000015d0763ea24b0e61d6bfa82d10a5700fe2073a1f1aa8455 2,387 1.00/1.00 vMB 163
462,148 462,148 00000000000000000190cfa08d9958085f96e0ce0d9a6af9bf0a20aaad2d1a5f 716 1.00/1.00 vMB 50
462,147 462,147 000000000000000002062a11d35b68d0deb3737519ba22160a5739f0b438f036 1,710 1.00/1.00 vMB 116
462,146 462,146 0000000000000000009f256b50f2930cc5173ced502923274580df464d380760 1,105 1.00/1.00 vMB 82
462,145 462,145 0000000000000000019c9c2fed0a38f194580bbbffc479004ac72266b2e6cae1 699 1.00/1.00 vMB 44
462,144 462,144 0000000000000000019fe9fd50ec96398dfa4d6859d8ae7cdfd59664daa01adf 2,179 1.00/1.00 vMB 131
462,143 462,143 00000000000000000134615c0985814d2ae4f421695d9bd50e3f7eb3095612b4 2,265 1.00/1.00 vMB 121
462,142 462,142 000000000000000000a9ec2a1ca49b40a2ec81c896ebae215529cd81396a55a0 2,243 1.00/1.00 vMB 161
462,141 462,141 0000000000000000019da8b2db27b9b99c72cfe1c4ef5d69373cb23e1afb989a 2,230 1.00/1.00 vMB 192
462,140 462,140 00000000000000000072fa60f260a47cea78f69c812197e4e0a3b16f23f87170 1,092 1.00/1.00 vMB 52
462,139 462,139 000000000000000000e01041448a175b9b6805d7d0eedd66705d9335ab43985b 2,251 1.00/1.00 vMB 151
462,138 462,138 00000000000000000063ac335ea887dbdef45ddd23d6880c3a87130afbfbb675 1,706 1.00/1.00 vMB 77
462,137 462,137 00000000000000000147fcf65b5c5416a735c745996109a8f707f548df83ea6a 1,779 1.00/1.00 vMB 128
462,136 462,136 000000000000000001931eea2bf5fd0517517617363a2c798887732cd2226a70 2,307 1.00/1.00 vMB 168
462,135 462,135 000000000000000001e7a80087be947cfdf6ff6df84118e6121a9115633e40e3 1,569 1.00/1.00 vMB 112
462,134 462,134 0000000000000000019a73e2ff668bea52b328e49dbcae73d272f21a4c31da62 1,650 1.00/1.00 vMB 141
462,133 462,133 000000000000000001d2fe50c6268e53cada4a7a12bd5a469d44115735ff8a5c 1,839 1.00/1.00 vMB 127
462,132 462,132 000000000000000000814dbb411aed14e0aaacd1e449897bebf5ce0e7f467969 1,787 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.