Loading Tool

Explorer IconExplorer

Memory Pool

31,994 transactions
27.80 vMB
0.10243142 BTC
Random Selection Loading Transactions
Max Size: 136.48/200 MB

Candidate Block

Mining Attempt 2a30d0d437a89675e360c07b13cc4d7e32929cb0cd69712bab3cf6c5ddfbaa1c
Version 20000000
Previous Block 0000000000000000000120b73543f07b91740637bd8edf282f46be404c402744
Merkle Root 0f19ecfd7f436ebd90620fcfda0796d3781f707d800bebfabcd41f2bb7a199f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,505
Size: 1.00 vMB
Total Fees: 0.04935501 BTC
Feerates: 106.95 > 4.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,508 (258,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
656,177 656,177 0000000000000000000d42dcfeb41c7406757b3a99662754061d221c3fc0b268 1,738 1.00/1.00 vMB 68
656,176 656,176 000000000000000000039e3560f2ac0296f54e8cb92e25ccf54cccaa251ccbcb 357 1.00/1.00 vMB 17
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.65 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.