Loading Tool

Explorer IconExplorer

Memory Pool

37,316 transactions
29.27 vMB
0.11152555 BTC
Random Selection Loading Transactions
Max Size: 145.39/200 MB

Candidate Block

Mining Attempt 32c23e8b847808735d644d4c93f343fcea337d410f363d9b3c7908ee00cb802c
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 28e64969fdb96a9abac627f28246797e73bf639490cce1f242adc2ae6548797f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,690
Size: 1.00 vMB
Total Fees: 0.04491087 BTC
Feerates: 194.93 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (258,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,198 656,198 0000000000000000000f0cc7f9fbaabf72378031c522f5b458a2cd371c523caf 2,044 1.00/1.00 vMB 180
656,197 656,197 00000000000000000003504a05e31b97a8ef8f6b824b23d1af37031b6e482810 2,413 1.00/1.00 vMB 55
656,196 656,196 00000000000000000002bd61259d523330a8088f9b0cfe8b46dac8e5a54adb48 2,566 1.00/1.00 vMB 218
656,195 656,195 0000000000000000000afce325fb31a9c4bc52a03581b7722f996746fd6f8a84 2,658 1.00/1.00 vMB 232
656,194 656,194 00000000000000000004a27f7f54b17f9547e922112a615ca2d639b7534277a6 2,591 1.00/1.00 vMB 59
656,193 656,193 00000000000000000010aad53fbe92771d430153b1255facd3d38f18ecdaabf7 2,572 1.00/1.00 vMB 140
656,192 656,192 00000000000000000010358be5c9e532c698515f7b1bc47ebb43e582bc2d9953 1,739 1.00/1.00 vMB 238
656,191 656,191 000000000000000000012b35e1f7c2a395ca334530e80c24ebf6e6be75df5f14 1,471 1.00/1.00 vMB 83
656,190 656,190 00000000000000000002b17baeb7e5dcb080124709ac01baea7fd0fa47160506 2,407 1.00/1.00 vMB 128
656,189 656,189 000000000000000000033eeb151ba6ba124e3b880fb919c5c3d9805d78b3dd8a 2,778 1.00/1.00 vMB 210
656,188 656,188 00000000000000000005c38ce4621b6a0392fd5dc044f0d5ea8ba3a881adb451 2,878 1.00/1.00 vMB 22
656,187 656,187 000000000000000000094bc709a8e827785b90a880cb3cbfc7bd1ff38c62eed9 2,583 1.00/1.00 vMB 30
656,186 656,186 0000000000000000000fc29726343bcb978e0e16df0e7289e4ef83b2bb753245 2,725 1.00/1.00 vMB 196
656,185 656,185 0000000000000000000b1fb223e3efe35e617e886a5689f278bbde79b4f23ae3 2,813 1.00/1.00 vMB 136
656,184 656,184 0000000000000000000435e7764cef48227d222c4215afbdf11394a2b3e53df0 2,917 1.00/1.00 vMB 220
656,183 656,183 00000000000000000009c77e35f909977fcad5a859eeecc5fc99ef053040fd65 2,615 1.00/1.00 vMB 167
656,182 656,182 000000000000000000039932e1a57421253007cb5534a18872d493ff23c4085c 1,318 1.00/1.00 vMB 47
656,181 656,181 0000000000000000000371c8c888bce4001c08fcef61c8c239d9174037d9c088 1,501 1.00/1.00 vMB 38
656,180 656,180 0000000000000000000b10c7a5388e9de65fa818776bfdc2a2a1df52f29cf1c2 1,312 1.00/1.00 vMB 156
656,179 656,179 0000000000000000000933cc81254045fa37f36912d7fc0842d290be63d93b1e 2,577 1.00/1.00 vMB 183
656,178 656,178 0000000000000000000ddae8ed57279092fdca349c6e8097ec9c82a333936b41 1,029 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.64 GB
    • Received: 11.04 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.