Loading Tool

Explorer IconExplorer

Memory Pool

40,724 transactions
27.24 vMB
0.07649134 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt a3666a86d0178b46b955d6dbb794e1ddcf4e0b3a15585bb1f0d827d514fd066d
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4b05f3cad029b55cba6379a46924e3a6edbd5409c0689226e4a17d1e2e9c5a72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02454964 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (481,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,756 432,756 00000000000000000037a286a7f555f5e4e79c9687bf23aa00854e34111833c0 554 1.00/1.00 vMB 14
432,755 432,755 000000000000000001e4a6ebb59a8c178124ffa23837e65ce61df9a050c82e40 721 1.00/1.00 vMB 18
432,754 432,754 000000000000000002d4015c985228630bed109ee371410007096c55a15ae2e1 425 1.00/1.00 vMB 15
432,753 432,753 0000000000000000019bf785d1b94fd0351de67efef59dd6a475ae9bf4e144ca 509 0.32/1.00 vMB 58
432,752 432,752 000000000000000004093713a5694077b7dc0097afae15d71d8c6cddf3560659 320 0.15/1.00 vMB 51
432,751 432,751 000000000000000002c0590b40a9b5aa8ffb469fd5f295f2268dddb0f8005fe2 1,964 0.90/1.00 vMB 57
432,750 432,750 000000000000000003729bc01d3d64d23df4bb2383829fd0c85bbdd8500dce2f 281 0.12/1.00 vMB 75
432,749 432,749 000000000000000003cd8fcba8e44181a38a11e732d21f662a953c31e07401c2 1,607 0.99/1.00 vMB 38
432,748 432,748 0000000000000000027de792fa04a1e05b4dddbc360fc7382429b0b02e110bd5 1,829 0.86/1.00 vMB 58
432,747 432,747 000000000000000002d43da87581113bf240e579c2b046c06008c079e4bd95f5 1,322 0.61/1.00 vMB 62
432,746 432,746 000000000000000000c653f9606e63609bab95355450744fc1ce2f47de3e931f 1,442 0.80/1.00 vMB 32
432,745 432,745 0000000000000000016ff12a85a86e38f8183326ac2a0bc56b2f4de359d4c0c7 1,957 1.00/1.00 vMB 54
432,744 432,744 00000000000000000034a561199ba1ac83e9481108260e451bf1584f97cead7c 2,620 1.00/1.00 vMB 78
432,743 432,743 0000000000000000026a8dcaeabef1bf53a7e1e986461e93f7b1eeae36ff9a9f 2,551 1.00/1.00 vMB 76
432,742 432,742 000000000000000000cc65c7fee956cb8d1df0bad49dff5db20c577f34a68ccf 1,888 0.91/1.00 vMB 45
432,741 432,741 000000000000000000225b7c4c93bd16602dbb20bab66f35d01c7b2ffe352cfd 2,983 1.00/1.00 vMB 78
432,740 432,740 000000000000000000137bdf73b9d59730db93d40caa8c94e73c02b0082620d7 1,880 0.92/1.00 vMB 47
432,739 432,739 0000000000000000007bd93107a13c36e8d12853421136e113f54ca9bbaf6dc7 2,359 1.00/1.00 vMB 64
432,738 432,738 0000000000000000043874f639eb4bffc710cd02218f0032d57068a4bb034893 1,591 1.00/1.00 vMB 75
432,737 432,737 000000000000000002d2278d0f818a968d5acbce82587e3ef0678774c6f3042d 93 0.07/1.00 vMB 21
432,736 432,736 00000000000000000273dec437dc0d7987f76bd8cb58472cbcebc76d255eb7d2 1,631 0.93/1.00 vMB 42
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.64 GB
    • Received: 12.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.