Loading Tool

Explorer IconExplorer

Memory Pool

43,337 transactions
27.98 vMB
0.07994144 BTC
Random Selection Loading Transactions
Max Size: 145.11/200 MB

Candidate Block

Mining Attempt e8df2062805bffa55226dd125baaf55a0be52b23dccf0c61d82b582a676be7f8
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d0a5f2062386e03d6c8ffe65d5ac2fef3560c8df58730d56d11a5eb306dedf6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02176100 BTC
Feerates: 160.85 > 2.18 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (92,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,277 822,277 000000000000000000041344e1a6879176263bb7fda934a364754411075eaea0 3,640 1.00/1.00 vMB 268
822,276 822,276 00000000000000000000d97c801203e55405c7279e96f2ff2bf8d83d775f8139 5,547 1.00/1.00 vMB 221
822,275 822,275 00000000000000000002f2f09fb327556325455e5fffbdabaf5cc420f36182d4 2,497 1.00/1.00 vMB 188
822,274 822,274 00000000000000000003f7fd0a6adfb996a3c401fd151e77aae313ff1a1b83b4 5,562 1.00/1.00 vMB 227
822,273 822,273 00000000000000000002767cb7e55e96976699c39eee5dbde911ca3f4843fa20 2,541 1.00/1.00 vMB 213
822,272 822,272 000000000000000000034cbbbb9d27add215d8a5e138a6d0d7082280b21d75e0 2,837 1.00/1.00 vMB 236
822,271 822,271 000000000000000000035f535e6133204a60dff42c0fa435b4d52e008004c13c 3,871 1.00/1.00 vMB 259
822,270 822,270 00000000000000000000cc1b79eb51163c0501f9d24058183c680d15d03e5684 4,333 1.00/1.00 vMB 292
822,269 822,269 00000000000000000000b7685a29c986df78a99f1f3cac8172a6fd5e11c6c2c3 4,213 1.00/1.00 vMB 216
822,268 822,268 00000000000000000000a01796aafae9fadaa7cd84905e01c8476dc35e01a5fc 3,911 1.00/1.00 vMB 256
822,267 822,267 000000000000000000002021e06af372e8a8857e2d858445e811aea5b2f14d05 4,192 1.00/1.00 vMB 321
822,266 822,266 0000000000000000000008bda92d3ae237a26d5f72fcec956c5c0da2cbd6eb71 3,877 1.00/1.00 vMB 248
822,265 822,265 00000000000000000001c48336833f7f385c9009aba94e01111d513a724551c5 3,192 1.00/1.00 vMB 382
822,264 822,264 00000000000000000000b088471882044a2fef3b8e17753060ebcc4ff20f70b4 2,677 1.00/1.00 vMB 249
822,263 822,263 000000000000000000042c09c94a8546952683018bae0335d250e6ba88c746a2 3,856 1.00/1.00 vMB 320
822,262 822,262 0000000000000000000412d88f3607bd245dc997aef86156a0c1e40de24abf54 3,410 1.00/1.00 vMB 368
822,261 822,261 000000000000000000023213c98659e6a3d5ca359a390637e3762d0d339abe4d 3,757 1.00/1.00 vMB 394
822,260 822,260 00000000000000000003f01262c9a85073b0c7a5c2424de5eede3c578c771034 2,016 1.00/1.00 vMB 576
822,259 822,259 00000000000000000003571bca752b49c1f0feeb47882991f203aaba758011fb 2,334 1.00/1.00 vMB 511
822,258 822,258 00000000000000000001a25879918fb3dc9e60374424ea1fd60dfd91ea4f9d54 4,064 1.00/1.00 vMB 352
822,257 822,257 00000000000000000003a9eb8f1c914c5890a4e7794bca76c1d5ade4b5036b12 3,811 1.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 781.79 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: 633.99 GB
    • Received: 12.23 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.