Loading Tool

Explorer IconExplorer

Memory Pool

78,469 transactions
29.34 vMB
0.06299139 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 2a713c6ed03d2784cc5225f046c0467bc65fd61fc9c1ed04c39005c4c8eb3d63
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b570aeda8f9d3d40ea8eedda3e8ec2f1d9f8f9bfbb24dd2acc574f1ed7eaef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,448
Size: 1.00 vMB
Total Fees: 0.00358082 BTC
Feerates: 9.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (360,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,240 554,240 0000000000000000000da07c90e68a102813fe2765fba26c9b5f3c867a5ed04f 3,014 1.00/1.00 vMB 27
554,239 554,239 0000000000000000002b456a8698c6c06d5657e0cedcbf5f1ef837573c11fa03 1,325 0.43/1.00 vMB 30
554,238 554,238 0000000000000000001d07a291e293f7a9d23c1e531133ddd38e065617bb8da5 2,461 1.00/1.00 vMB 13
554,237 554,237 000000000000000000302b11c5d61cb5501f6f675ea7aac22a8be73334d0eb0b 2,726 1.00/1.00 vMB 8
554,236 554,236 000000000000000000006a973ee9d6bfd4a08c51d89f062b65aec6ef1f7c4609 3,381 1.00/1.00 vMB 19
554,235 554,235 00000000000000000009d076a2a89facdabe1d59c1757ba48a302dce889dfc50 2,674 1.00/1.00 vMB 33
554,234 554,234 0000000000000000002763ba20c76746aa64124a7a14f21aeb06c0e11211dc13 2,684 1.00/1.00 vMB 14
554,233 554,233 000000000000000000086dbb5972179a6ea0237fa9b5eaf27744e2573e719293 2,668 1.00/1.00 vMB 22
554,232 554,232 000000000000000000239fa2e3cd9a623c7790fe7634d33d5c116a2c6453306a 1,696 1.00/1.00 vMB 9
554,231 554,231 0000000000000000001cb498fe136ab2461304433c906208aa4e00eb3ceb54cc 2,648 1.00/1.00 vMB 27
554,230 554,230 00000000000000000017d280dcff9dbe6390d0221928a2fb0b973ab43a571b1f 2,716 1.00/1.00 vMB 28
554,229 554,229 0000000000000000001905d7a6dff59a1958cd4341ec36fe2b3a5252f3b8a4fc 2,890 1.00/1.00 vMB 12
554,228 554,228 0000000000000000002c1401e7010051081d5f93d297594a556d34df814f3fa1 3,133 1.00/1.00 vMB 31
554,227 554,227 0000000000000000002beba1171a9d4dde4a68ce4e56ae497349e4f0df968866 758 0.26/1.00 vMB 20
554,226 554,226 0000000000000000000492017ef2d8246b542f3faf725b2a81bf168dc78cb9b0 700 0.54/1.00 vMB 7
554,225 554,225 0000000000000000002830d5163f64e9c5c2e4de7487699094356317f5c12977 2,056 1.00/1.00 vMB 15
554,224 554,224 000000000000000000045f802030f96553780eb96d51c61e88a84f9e97a9adae 2,132 1.00/1.00 vMB 5
554,223 554,223 00000000000000000005a5e722ad27cdeeaedc06f4c6a40f66d283e61a196c16 1,621 1.00/1.00 vMB 7
554,222 554,222 0000000000000000000074f10083f8c26ef9ab86ec3c68321c62445d78d2d1f7 1,754 1.00/1.00 vMB 14
554,221 554,221 000000000000000000107d40cedc5772cbaa75e86e74465a737b964bc1d14546 2,617 1.00/1.00 vMB 18
554,220 554,220 00000000000000000001dd48216aff931ee1c9465c167d4b14fdd798ad974310 2,065 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.38 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: 664.24 GB
    • Received: 14.96 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.