Loading Tool

Explorer IconExplorer

Memory Pool

48,620 transactions
28.24 vMB
0.08000220 BTC
Random Selection Loading Transactions
Max Size: 150.72/200 MB

Candidate Block

Mining Attempt 28401bf6a18f0fe07ee24c583d60b8684e08c43fe87ba7c113516f5fd0a0afa4
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 763e775dbe55618ec5467b77505c1124e221d053635c39000abdc1d4a5161ffc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,202
Size: 1.00 vMB
Total Fees: 0.02612586 BTC
Feerates: 500.45 > 2.62 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (270,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,459 644,459 0000000000000000000ad23dcda76c0b01d7d2d00482cd4741e3d5e749ee4a8d 2,094 1.00/1.00 vMB 146
644,458 644,458 000000000000000000080874ac14418311e4c26049e0413aad361ba72acc4e2e 3,017 1.00/1.00 vMB 167
644,457 644,457 0000000000000000000fd47ff5d0c584460baa4083cc19a38bdd74f3f117e652 2,568 1.00/1.00 vMB 99
644,456 644,456 00000000000000000003db2f557bc62db60298efe4a7520f9c40a4906aa50b9f 3,098 1.00/1.00 vMB 157
644,455 644,455 0000000000000000000556484e5708ddc016fbb38a7517f2a1306855d0d3cc27 2,552 1.00/1.00 vMB 85
644,454 644,454 00000000000000000003dddd6117d276b69a6ffa513c1c221494bda622fdd1b7 2,928 1.00/1.00 vMB 130
644,453 644,453 00000000000000000002d66d01974cb8c108a9f3937efab8858b34b7c67c13db 2,407 1.00/1.00 vMB 27
644,452 644,452 0000000000000000000b6816b0c23c9e626cba444348752c19f007b9523324cd 2,076 1.00/1.00 vMB 57
644,451 644,451 0000000000000000000d453f4fe3882eb6087a8dbb4db970457d44d180e04823 2,303 1.00/1.00 vMB 60
644,450 644,450 0000000000000000000bf5ace7e174763a3c3400897778f58d5c3b79c3a92fa6 2,378 1.00/1.00 vMB 82
644,449 644,449 00000000000000000004fbbf315d8bbc9dbe3d11d4ae031c49af76177e0943ef 1,651 1.00/1.00 vMB 70
644,448 644,448 00000000000000000003f445ca565fcc3e642b0c6ae7204313c5a80098c4e72e 2,534 1.00/1.00 vMB 94
644,447 644,447 000000000000000000078b9c36270e44e1e70c6492908a13a5eb6fc4f484f9d8 1,826 1.00/1.00 vMB 146
644,446 644,446 00000000000000000002582853de00423d5e2242bed6c5dd15ff9c70aa973813 1,269 1.00/1.00 vMB 62
644,445 644,445 000000000000000000040b1ccc3640af3a1fd32e2bee694a893ab50b3941df27 2,836 1.00/1.00 vMB 79
644,444 644,444 00000000000000000008e1f8f51b17da25390e1945e14906be47cd8746eddfe3 2,830 1.00/1.00 vMB 103
644,443 644,443 000000000000000000052a3f559ad3ceca86c3ac4d5883dd0a9031ce9f1dc12e 3,018 1.00/1.00 vMB 110
644,442 644,442 0000000000000000000f57a8381e0e312f41bb4516ae3f5be92221ff7c99953e 2,612 1.00/1.00 vMB 79
644,441 644,441 000000000000000000049dcfe937b0d8052e0f8505309b9f3bfaa95c40088d06 2,720 1.00/1.00 vMB 122
644,440 644,440 00000000000000000005378388fdf84d15b3f110d206d40f61cd973e8f9210b1 2,739 1.00/1.00 vMB 118
644,439 644,439 000000000000000000038c30fdd734cd5c0e1f0d76b897a269ad9e0266331fbf 2,844 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.