Loading Tool

Explorer IconExplorer

Memory Pool

39,909 transactions
27.04 vMB
0.07207584 BTC
Random Selection Loading Transactions
Max Size: 139.25/200 MB

Candidate Block

Mining Attempt f3bedf5beeb14fda046805676a5aca1d9483799e5ea90315b94f4b72af111a33
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 5c2a07b6764518067bc47e12846cc04890653a6dcfeb6fd2e52ac2515b6b9402
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,239
Size: 1.00 vMB
Total Fees: 0.02096732 BTC
Feerates: 107.72 > 2.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (504,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,248 410,248 0000000000000000060d02efab20994ecb8d25191351c64d774f2d59c77ed675 2,450 1.00/1.00 vMB 41
410,247 410,247 00000000000000000322953be68e1ec5815ad078221999a1d0af8998ddfd6a8b 634 0.67/1.00 vMB 17
410,246 410,246 000000000000000005e4f0a786fdfad9f7e1f9a165bf61394d84c71c23314620 880 1.00/1.00 vMB 19
410,245 410,245 000000000000000004f234e3376e99671a93777039396a465170215f6a2aeca6 341 1.00/1.00 vMB 10
410,244 410,244 000000000000000000af6e8eccdeeb770e3eda1d93f063d471fb2828e1cad831 251 1.00/1.00 vMB 9
410,243 410,243 000000000000000004d5ca5ae973dab7a133f722c3556ce3c578de7e366651b0 1,666 1.00/1.00 vMB 30
410,242 410,242 0000000000000000044beae785863a65b29d9ad906a193bd5c278d787e731929 15 0.00/1.00 vMB 56
410,241 410,241 000000000000000000898466ac6ab7a80db695ce2b405133a2911cae12de65e7 1,391 1.00/1.00 vMB 28
410,240 410,240 0000000000000000037e3be1f83d8e1aae5733653e84d88647a0ba6d2f497dec 1,794 1.00/1.00 vMB 27
410,239 410,239 000000000000000000c747fff29f64cb1b0a8dbb2c318fba2780cc75322eb7be 2,240 1.00/1.00 vMB 75
410,238 410,238 0000000000000000043bb8260bf545173f3dffce5b1e3e43ae9555e20e40167e 2,671 1.00/1.00 vMB 60
410,237 410,237 000000000000000000b90eadb1c271c1256cee17395d6f525c834780db2fcfec 1,452 0.99/1.00 vMB 29
410,236 410,236 00000000000000000394ea9764401d36375cc8e29b307d05304d928e16e22ea9 2,327 1.00/1.00 vMB 62
410,235 410,235 000000000000000004062936803a43e7171edb7598ee6e6fd7db573b2af6f4d6 1,518 0.75/1.00 vMB 28
410,234 410,234 0000000000000000028a5e7c0e844cadda9792b63fb514bcba3422063a9c5ed9 2,781 0.99/1.00 vMB 75
410,233 410,233 0000000000000000049fd3f53d6a13deeb49b72f6f93eba3f4b990da6a09bb60 1,338 1.00/1.00 vMB 39
410,232 410,232 0000000000000000026eff2698ad1bf63848b3b1a01796f4d2cda0afbfb4b301 1,983 1.00/1.00 vMB 44
410,231 410,231 00000000000000000490f9b00cb8eb96500e5f9bd4780dfe39cdb0b5ae25f63e 1,691 0.93/1.00 vMB 32
410,230 410,230 000000000000000004dd8db06ec5dbb14898552c835969280eaa717176186c5f 581 1.00/1.00 vMB 13
410,229 410,229 0000000000000000008c8cc2ae5340ec303c13a71090d9b37f45c81b17ebdad1 1,213 1.00/1.00 vMB 25
410,228 410,228 000000000000000003ea07b063db0e19e8af07b69a309676825eb3e95e5272e6 1,710 0.92/1.00 vMB 38
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.