Loading Tool

Explorer IconExplorer

Memory Pool

45,377 transactions
31.52 vMB
0.10923375 BTC
Random Selection Loading Transactions
Max Size: 160.51/200 MB

Candidate Block

Mining Attempt 7a0ee63654f8147d8598ff8dc9ee93fb0a4ddf112072c9a3fdff8ead3a75579e
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 251a79c06ada71927ad26ad2d7ce596a60cef428d378c02acf8a4caff5254b89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.04251726 BTC
Feerates: 301.05 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (271,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,697 642,697 0000000000000000000da787646b9280fe12fe15b244c3b821b9de6101611211 2,426 1.00/1.00 vMB 107
642,696 642,696 000000000000000000046d382805fcc080237c1243416a685373a321ef245185 2,800 1.00/1.00 vMB 153
642,695 642,695 000000000000000000077299d9d3dcd0cccba99305800ad8aceb4c6f7d147115 2,188 1.00/1.00 vMB 150
642,694 642,694 00000000000000000007350d4150f2959f6b522aadf5bfe531963ae46e2f3fb9 2,351 1.00/1.00 vMB 61
642,693 642,693 00000000000000000003de666292b2b02a963ee39306f5b22f0bfefb6b8831fb 2,560 1.00/1.00 vMB 79
642,692 642,692 00000000000000000004801c01921d3a2bc37e55d4d06ff75cb1264b688ca797 1,454 1.00/1.00 vMB 18
642,691 642,691 0000000000000000000b5fa819ab6cf89273562ee4ef229b5c5f424b768208ff 1 0.00/1.00 vMB 0
642,690 642,690 0000000000000000000f1aa157aef0825692f33b4871db283750ef36a8f24c7e 2,143 1.00/1.00 vMB 49
642,689 642,689 00000000000000000002dd2efb856cec01f5ee73e73bea1ae45d1b0cde8e7f39 1,749 1.00/1.00 vMB 10
642,688 642,688 00000000000000000004d90994852d8009189fee6426e014dfe9266f5b175e09 2,637 1.00/1.00 vMB 101
642,687 642,687 0000000000000000000adedcdf8a49af1796539510322e41bd55a1f7804b8e63 1,123 1.00/1.00 vMB 11
642,686 642,686 0000000000000000000a16c3d4e8b43a2291e33e1906cb7c57e6cb8bfde18737 1,909 1.00/1.00 vMB 13
642,685 642,685 000000000000000000018c09abd740ee85665df9e9a68d761247c1cf990cf43e 2,378 1.00/1.00 vMB 121
642,684 642,684 0000000000000000000355e8e7863737549844ecb3b315990755343ff6077385 2,381 1.00/1.00 vMB 15
642,683 642,683 000000000000000000064bf38808a60fdecd4f276265da2dbadef5b90da738d7 2,048 1.00/1.00 vMB 40
642,682 642,682 0000000000000000000a3c9c109c8c8483aaf1b623a15f242796a701d1dfbddb 2,334 1.00/1.00 vMB 71
642,681 642,681 0000000000000000000cf2742acb544f8e9b8cdb9679272040dc18926231e971 2,106 1.00/1.00 vMB 38
642,680 642,680 000000000000000000106cbcb622b73335cbcc92922dc2a80f1e5a9713dfc5ed 2,709 1.00/1.00 vMB 57
642,679 642,679 0000000000000000000de6da5aeb18debccf5cc2a3eb2e3d14c3e14058ef7af8 2,299 1.00/1.00 vMB 44
642,678 642,678 00000000000000000007eb511acc619f44ba39bf5d497b07327f8aefad6d9d55 2,811 1.00/1.00 vMB 62
642,677 642,677 0000000000000000000d7781c96bef895b0f77aa21c3017fe3fce8f0eae49061 2,802 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.43 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: 609.46 GB
    • Received: 10.69 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.