Loading Tool

Explorer IconExplorer

Memory Pool

39,158 transactions
19.46 vMB
0.04293995 BTC
Random Selection Loading Transactions
Max Size: 108.38/200 MB

Candidate Block

Mining Attempt c481b4f3dbd99a6311fbf793f6f70cdc1a82f4cc67c54f52e8b53d89b1f9124e
Version 20000000
Previous Block 00000000000000000001aed755c8b5575afca68597b9147ec44688a839cdd923
Merkle Root 397c65c5e34fb0152f504781c9d33849beb2bfffc87fb16547c0581f2a7d35c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,620
Size: 1.00 vMB
Total Fees: 0.00526887 BTC
Feerates: 77.90 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,108 (908,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,882 5,882 000000009212abd1bf88429c39215c2d070751091a77280ab3535550a6a9b4c4 1 0.00/1.00 vMB 0
5,881 5,881 000000005d0d04bca775ea7b312834c415ab28b40f623b19084186c78b3a56d8 1 0.00/1.00 vMB 0
5,880 5,880 000000003eb751f538e66bf2d6ce2131184b11e3e804a87b4a839b1f50a1ee14 1 0.00/1.00 vMB 0
5,879 5,879 000000000509d8351af50926d7a305d2e4044bfaf5f394894702c5c2be083c37 1 0.00/1.00 vMB 0
5,878 5,878 00000000140a4159ffb9a2ed5a4cc267b0da71bc0b0c89051a232726376a5d58 1 0.00/1.00 vMB 0
5,877 5,877 00000000791d0d95530ac776f0b1757cc044c575eb8181ea78384b9828bd0f28 1 0.00/1.00 vMB 0
5,876 5,876 000000004e3849b0e27840a1b9e9dfc5bcda2633d05865ace5e2941bf88764d5 1 0.00/1.00 vMB 0
5,875 5,875 00000000618eb41e00414ccb0c3fb55209f0b29148d5ddec0120cd6debdb126e 1 0.00/1.00 vMB 0
5,874 5,874 00000000850d32f1b3cd207632b5a657b2f0b2de9bf34da0d18bc8a5f20e25c3 1 0.00/1.00 vMB 0
5,873 5,873 00000000a1026027f415d4addcf74ed216156ad496bc38ff6e7ee0df93ef7399 1 0.00/1.00 vMB 0
5,872 5,872 00000000a23802670c853f5b77391aa86fbd64f7365ed672486b7f7061700d23 1 0.00/1.00 vMB 0
5,871 5,871 00000000c5a96455c917eab60e8a5d033483148c93a96ee1da638286781d24cf 1 0.00/1.00 vMB 0
5,870 5,870 00000000524a5789deef37e630a93efb34117b75e0907c68745d2634d0c9b4e0 1 0.00/1.00 vMB 0
5,869 5,869 00000000404b5328de24b1830dc776736e2c9ad9b64497929be592d84a856eae 1 0.00/1.00 vMB 0
5,868 5,868 000000009bb83b66dc1addd894f80eb7066b32e3f753f83e970ea074d97ce248 1 0.00/1.00 vMB 0
5,867 5,867 0000000099944783286a0d443b6ae43b177af9c85cd45174a3e4d3b15e1681f8 1 0.00/1.00 vMB 0
5,866 5,866 00000000103d8fdbf787e5863e15311de52d3aa924f1e93e80eb7552164b958b 1 0.00/1.00 vMB 0
5,865 5,865 000000000c632c30f3f4adf7c1cc5f1377fe2d04369aaef23e59720aeefc1233 1 0.00/1.00 vMB 0
5,864 5,864 00000000ef4c811c84ed906383153380179c0c39ecec3bb02b6585661d4d14d8 1 0.00/1.00 vMB 0
5,863 5,863 000000006b26e14a10398ef0ed0401873422bfd65c013a3eb752056c79bbf067 1 0.00/1.00 vMB 0
5,862 5,862 000000006fca06f668fe9f7c5056ffcdffe0a95fe3bd86eb5ef1f8125b0c7cb1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.47 GB
    • Received: 7.23 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.