Loading Tool

Explorer IconExplorer

Memory Pool

81,571 transactions
34.34 vMB
0.14145438 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt 22a8ad0a117009fb0c805b8e9159bca19439531f7d57245be0bda19f710930a4
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 1eaab80c03d643c3f3f3c23ec1dd26c5d1c277074ac666a0a42b4111e47523b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.02682042 BTC
Feerates: 384.62 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (448,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,661 466,661 000000000000000001a347bf56e4745a7894af7ab9272618ea1208b3121431dd 2,331 1.00/1.00 vMB 207
466,660 466,660 0000000000000000000cbdc15692e13bf223c4d763286093d3371b4fbfec317a 3,268 1.00/1.00 vMB 386
466,659 466,659 000000000000000000c3fb328af245d44f17a66fda6ea24b78053b17b108b9dc 917 1.00/1.00 vMB 202
466,658 466,658 00000000000000000100784947d68eb479c3262e585e1390251ce301d7ef5885 1,845 1.00/1.00 vMB 234
466,657 466,657 0000000000000000010666ed7a82f494cbdc6662db665cecab35644140c6a28b 2,158 1.00/1.00 vMB 224
466,656 466,656 0000000000000000008f8d22a128e7a26ca344f479b78e51851bf0fd24c2b527 2,199 1.00/1.00 vMB 220
466,655 466,655 00000000000000000187f1e7ab4d0b61837a1fb3ad81fc797957feca01af32d1 2,063 1.00/1.00 vMB 240
466,654 466,654 00000000000000000093611c75c291e4d8c97b7828e4a1637ce723a28337644f 1,444 1.00/1.00 vMB 167
466,653 466,653 0000000000000000019fab37d76061f963b0247531989f2fa0e34785a06bb494 2,271 1.00/1.00 vMB 202
466,652 466,652 00000000000000000169e19a051d9a1b44b7faee6a3aa028cfb9fbc08687e520 1,303 1.00/1.00 vMB 142
466,651 466,651 0000000000000000019c606dcad5e3ee357aa90c976f494841fd96658d49afa7 1,885 1.00/1.00 vMB 166
466,650 466,650 00000000000000000081350ab262094655d4488e22fbaf0ce811656e34400d4c 2,315 1.00/1.00 vMB 196
466,649 466,649 00000000000000000188c63686640a90470e144a86f24dc585d2b022114f2ebb 2,165 1.00/1.00 vMB 177
466,648 466,648 000000000000000000aeaee55d38f2d7cfa5c8c77fc15d9246e0ed549e82fbda 2,426 1.00/1.00 vMB 193
466,647 466,647 0000000000000000005ba19f17e2c1fba1f9954e564a7b5ca213657d20a6e5d0 666 1.00/1.00 vMB 217
466,646 466,646 000000000000000000e9cca0c2167403e98907ed5ac7b7529ca5fe943e6f6730 858 1.00/1.00 vMB 234
466,645 466,645 000000000000000000af686780075254a8b80c40f3e1cf739c5fbf09b33bb6c7 2,447 1.00/1.00 vMB 226
466,644 466,644 000000000000000001c271cc853f9512baf89fd1ac27f2394e7e9f467590686e 1,758 1.00/1.00 vMB 285
466,643 466,643 0000000000000000019dce1f0541695000c39ffc98aaab647e55aeaae6136e7f 2,449 1.00/1.00 vMB 260
466,642 466,642 0000000000000000017e780da017c06fdced62c37f93e27c51aaec6e84b584d6 2,532 1.00/1.00 vMB 172
466,641 466,641 000000000000000001d41a4995b1cd86c13bc8c3b3f20efce0b6692d81761c81 2,277 1.00/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 783.10 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: 729.82 GB
    • Received: 18.49 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.