Loading Tool

Explorer IconExplorer

Memory Pool

81,406 transactions
29.84 vMB
0.09098062 BTC
Random Selection Loading Transactions
Max Size: 181.10/200 MB

Candidate Block

Mining Attempt 4368d7d2486b1a16b1f79d88101947509b52e953663733d2c36b1e9af929cbd4
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root bde8d099683541065a501765d0048613d31a6364153148b6c417821b46742d79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,089
Size: 1.00 vMB
Total Fees: 0.02350715 BTC
Feerates: 301.57 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (453,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,020 462,020 000000000000000000099bd6844a584fb8a37c3db137093c0a528b53316d4a76 2,188 1.00/1.00 vMB 168
462,019 462,019 0000000000000000010c352e2a912fe0650bf38ca99edc8f4b58e419dd392fdc 3,008 1.00/1.00 vMB 205
462,018 462,018 000000000000000000c5094d9b76a69560f8dffeba5ef4d39f8cff8ec9f2e28e 957 1.00/1.00 vMB 75
462,017 462,017 0000000000000000006bcaf69b69f48a6c4c43e103da7291a482bd96d6d85299 950 1.00/1.00 vMB 65
462,016 462,016 000000000000000000a4e5ecae92bfea4e6c2f5ceb22d8f7a19caaa359f4ac5f 2,075 1.00/1.00 vMB 156
462,015 462,015 0000000000000000007e177a4121da03515eee2132a61fcdedc992111f5ca184 2,379 1.00/1.00 vMB 164
462,014 462,014 000000000000000000279bf1f997aca932646c2f2a93b0b8bbe4873a4c9593e3 1,989 1.00/1.00 vMB 124
462,013 462,013 00000000000000000032c10bdb4aa953e260ce253b8041aceed2abd961b60fd0 2,289 1.00/1.00 vMB 202
462,012 462,012 000000000000000000df67be289b9b7df0a86c717ceb69fe7fbdcd9b36965d9f 2,077 1.00/1.00 vMB 127
462,011 462,011 00000000000000000071b34b5902f500ff2debae91e868fbbe1ae4e8463ff9b7 2,047 1.00/1.00 vMB 178
462,010 462,010 000000000000000001518d82ecc256e25ed540feaa4111108bdb8dec647614d9 1,483 1.00/1.00 vMB 133
462,009 462,009 00000000000000000121936e9df1cc6f9187ef06f959525a5b2d360fe1753bf5 1,914 1.00/1.00 vMB 149
462,008 462,008 0000000000000000009131c3919f98400a95859d49228031d5de0cd1ac43f1cb 2,791 1.00/1.00 vMB 208
462,007 462,007 000000000000000000c0be410d59e20de322721a8de5c2d3035ebbe087743e07 1,213 1.00/1.00 vMB 106
462,006 462,006 000000000000000001d948245e508639904022d8080f5181f9774c1775bdbdbb 2,193 1.00/1.00 vMB 141
462,005 462,005 0000000000000000003abf4cf4f8f243cc3a5d63d438d6ed332152464820b426 2,074 1.00/1.00 vMB 165
462,004 462,004 000000000000000000a53790c7facb98e4bbdc0f9b88b7142865fbdc14a225e3 2,028 1.00/1.00 vMB 156
462,003 462,003 000000000000000001e1ea0104bf55e2b14ec30420f2a1fb4eeb30ee91336995 2,348 1.00/1.00 vMB 199
462,002 462,002 000000000000000000350c6afe416f1860b93aee92de3ac7ca032c106365b3dd 2,534 1.00/1.00 vMB 122
462,001 462,001 0000000000000000021a872acf24efcf4cc3185085ac0aafa55650d155b7139b 2,054 1.00/1.00 vMB 151
462,000 462,000 00000000000000000217f2c12922e321f6d4aa933ce88005a9a493c503054a40 2,658 1.00/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 782.60 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: 671.74 GB
    • Received: 16.00 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.