Loading Tool

Explorer IconExplorer

Memory Pool

43,489 transactions
28.37 vMB
0.05997858 BTC
Random Selection Loading Transactions
Max Size: 150.19/200 MB

Candidate Block

Mining Attempt c28fc88d1c7556f91d0701789bdbedd0194b3555a4dba4994ed564fe3fec8c1b
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 0d29745e8503c12b1ec0235f412fa707cd9b39c15f01eb8a16d332f4cf5c6ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.00623231 BTC
Feerates: 100.33 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (123,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,544 791,544 00000000000000000004be86e2415927919e77cf852153065a39117f91565f48 3,073 1.00/1.00 vMB 75
791,543 791,543 0000000000000000000274e334691faf9f534b0a07248a717f42884e7b8d75e9 2,645 1.00/1.00 vMB 77
791,542 791,542 00000000000000000004f7a5e4752a31d41460ba4214822043e8ddd55a657c89 3,525 1.00/1.00 vMB 66
791,541 791,541 000000000000000000041e2815260ef31130598ca1c89a635a31d4c6d853e6b3 4,984 1.00/1.00 vMB 33
791,540 791,540 000000000000000000026f4609a4c18aaa7bdb347a5bb0a83204b680d3f2cc7f 4,542 1.00/1.00 vMB 23
791,539 791,539 00000000000000000005333afbed0873106f44169139786cddd9868136b6554f 3,013 1.00/1.00 vMB 31
791,538 791,538 00000000000000000004c0b3e2a58e7a4989b9bce21f81a24aa976c6a11b72ac 3,615 1.00/1.00 vMB 41
791,537 791,537 000000000000000000047a12fcbc7bddc586a173befc658da30e5490c88e55c5 3,321 1.00/1.00 vMB 64
791,536 791,536 00000000000000000003ea45ee1d0e60abafbf8ce02552dac0382f131aee7fc0 1,805 1.00/1.00 vMB 54
791,535 791,535 000000000000000000043599a5f65cb39a19a8b5985644b6f4e4f1ecf795bdac 3,148 1.00/1.00 vMB 69
791,534 791,534 000000000000000000038759f10692a4a5093d1d4004e3fcbd6617b1d2851ff3 3,374 1.00/1.00 vMB 70
791,533 791,533 00000000000000000004448466881abf5e6cecd09b85f71a2f528125944cc1af 3,224 1.00/1.00 vMB 98
791,532 791,532 00000000000000000000a5075a8c7fd9c00e21a38781f2f2a1bbedd8cd612bec 3,254 1.00/1.00 vMB 55
791,531 791,531 00000000000000000005a4b564de9dfa754a11e76340e13fae80907604ff78d6 2,162 1.00/1.00 vMB 57
791,530 791,530 000000000000000000036de786d86a3094ab22b5b210bb883c282bcaebe1e65d 3,265 1.00/1.00 vMB 64
791,529 791,529 000000000000000000056b517c2b8a0e7507c0599553afd60678de5ce46de10c 2,142 1.00/1.00 vMB 87
791,528 791,528 0000000000000000000329a8b8565c511a1c676d76ad47046477d9fcc6d0a924 3,073 1.00/1.00 vMB 60
791,527 791,527 00000000000000000000c497386dbe3d3d9779ce9ccf226def7ff05a333430eb 4,000 1.00/1.00 vMB 79
791,526 791,526 000000000000000000048315867b3fd425fc276693fd5a4922a058b4d8acbd86 3,108 1.00/1.00 vMB 86
791,525 791,525 0000000000000000000443af431581a5a583e17b2cdbec331e98deb624e02ce2 1,960 1.00/1.00 vMB 109
791,524 791,524 00000000000000000000f1783e97c3189bf486cbd3d3aaeebd0c16a32f204fe8 2,924 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.