Loading Tool

Explorer IconExplorer

Memory Pool

40,744 transactions
28.37 vMB
0.07292783 BTC
Random Selection Loading Transactions
Max Size: 144.66/200 MB

Candidate Block

Mining Attempt 0674deadda308649da55c1869a81966a500870118e6876b7dc8b2002260087c8
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root d3fa4cc847dd67919057f313343078ef6ce5d662f5a6f9a2c97006f9c8c46f55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01818722 BTC
Feerates: 88.27 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (413,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,280 501,280 000000000000000000121edc000e1733ef16e58f7bb95e5fe19e7b6d9fd11b38 2,119 1.00/1.00 vMB 245
501,279 501,279 00000000000000000070fece8895e0cec16796cff7176cfed979be1c4afc14b0 2,226 1.00/1.00 vMB 523
501,278 501,278 00000000000000000062b8d9128fdcb8165a8af930cfeaa3fd6bb891ff23c418 2,017 1.00/1.00 vMB 285
501,277 501,277 0000000000000000001655cae89b545e10615c59136a8be2914fecc09e6a4c92 2,355 1.00/1.00 vMB 730
501,276 501,276 0000000000000000007ff47bf729b357008e8196bade03309789ce37a8c45943 2,179 1.00/1.00 vMB 422
501,275 501,275 000000000000000000778f7d22bd9189bc52a9e0154f521b097a3083cb50f052 2,806 1.00/1.00 vMB 453
501,274 501,274 00000000000000000036596a00c5cc3098e27c0173f2054be86c93936acb353a 2,275 1.00/1.00 vMB 671
501,273 501,273 000000000000000000302893552d98a503f0b6455e099b235ae00a3812cd01e1 1,535 1.00/1.00 vMB 439
501,272 501,272 0000000000000000007faeeee61a684e5e97e558eb0e95b3e810aaa9e793fe34 2,522 1.00/1.00 vMB 737
501,271 501,271 000000000000000000113a60cf394a9aaa617c2ce63a6cbffdd103e6d2cdba85 2,304 1.00/1.00 vMB 906
501,270 501,270 000000000000000000577b8a2e42065673962d42d034b85d5f5d5405b489403f 1,840 1.00/1.00 vMB 402
501,269 501,269 0000000000000000004af761a47ddfbd8e35c1ccab0badde17f4ca84fe0af936 1,706 1.00/1.00 vMB 707
501,268 501,268 0000000000000000005c54526664b95e3ed65f4f9f075773a82fe57e7f3a0d00 2,563 1.00/1.00 vMB 589
501,267 501,267 0000000000000000005d7223e8bce9654bca3d59567bed8de944c3baa6178cca 2,454 1.00/1.00 vMB 740
501,266 501,266 0000000000000000000b62605f86e230abe749f3d325d764bfbbe74e031f0cbc 1,909 1.00/1.00 vMB 899
501,265 501,265 00000000000000000092eb8a7efcccab51fb54be1b0be47657bd28a28060a7e4 2,221 1.00/1.00 vMB 473
501,264 501,264 00000000000000000082711c71c75e06ce69037b5202b27e061778f480308432 2,354 1.00/1.00 vMB 304
501,263 501,263 00000000000000000002c5bd79c91c86c0e0b11e75ca4435034cc0983fa21acf 2,152 1.00/1.00 vMB 747
501,262 501,262 0000000000000000000d0ca146d4a11341933f1d29834b11c311703786b01a70 2,126 1.00/1.00 vMB 579
501,261 501,261 00000000000000000024a0a98670aabe5e9c584a9481bbef930cc5ac535f6012 66 1.00/1.00 vMB 105
501,260 501,260 00000000000000000046bc0e750c7f2eb45200303c3752f4be7d04af0c1219e3 995 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.