Loading Tool

Explorer IconExplorer

Memory Pool

40,895 transactions
27.27 vMB
0.07713087 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 613aca3725aca9cd03251063b4cb162a41a3e4283000030876687b30516a8395
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 498a08ff1d057a89c60de875d3a8abaecd0965ecb9c2f09fa9466b063d79d16a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,051
Size: 1.00 vMB
Total Fees: 0.02490252 BTC
Feerates: 107.72 > 2.50 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (512,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,569 402,569 000000000000000006dfad9f2cac623d1c47d944b40e03181dd9df53aee52a8d 1,363 0.92/1.00 vMB 43
402,568 402,568 00000000000000000418e1a4814b1a760a56be12b5e6b184d523ff5a3dab1640 1,837 0.93/1.00 vMB 49
402,567 402,567 000000000000000000668c7e09fa08f46060787209514a7b2c8b468a76b449da 716 0.97/1.00 vMB 13
402,566 402,566 000000000000000004f955c342c1a5ecd71701f4c3d9e92515b2e53eff804824 632 0.96/1.00 vMB 13
402,565 402,565 000000000000000001d9b311701fb0b9f7e09a7867dfdd11324074c968d2ea7e 237 0.13/1.00 vMB 32
402,564 402,564 00000000000000000015c696a893b6991a8713f34486b6162aa6e3df3fd658fa 582 1.00/1.00 vMB 12
402,563 402,563 0000000000000000020d0dbecc5ade1aba561679801c6aeff277640b20804cac 1,434 0.93/1.00 vMB 22
402,562 402,562 000000000000000002fedc05b8cc1471688226bef6fdb9d38bfc3b4b7ab43967 2,242 0.93/1.00 vMB 48
402,561 402,561 0000000000000000002232638b6b3422b2ac596e351dbf9b94ece03b4379039c 2,622 0.99/1.00 vMB 75
402,560 402,560 00000000000000000217d1e40c2653f9a32cebb0bb0226f14cbc55c64b320f7c 2,149 1.00/1.00 vMB 45
402,559 402,559 000000000000000006385851e24a8c05d01c281edf21aa776cdd6205e66a4fae 1,630 0.93/1.00 vMB 31
402,558 402,558 000000000000000002ac9b8eb7ec15cab20349e37f94c164963291729fadc51e 2,375 0.99/1.00 vMB 53
402,557 402,557 0000000000000000057499e59186f5b69d06a2369748eaa0b1e8f5d907f9b02d 2,557 1.00/1.00 vMB 60
402,556 402,556 000000000000000006e50059f041da0e8b60d71ee3d0ba39ef3d084f5655c60e 735 0.98/1.00 vMB 13
402,555 402,555 00000000000000000684787db2936d9af93644e63cec23f01944a6990f378b04 1,771 0.96/1.00 vMB 34
402,554 402,554 0000000000000000051959022e3b5c9494254242ebe0324218ba9ff92e51e2ec 576 0.34/1.00 vMB 39
402,553 402,553 00000000000000000661a81e3a6cf7375da72f3f312086cd4f025fe4ae5681b1 291 0.23/1.00 vMB 22
402,552 402,552 0000000000000000001a63dbe96a6b5d9484fae030ae593c6f03dff3766c7745 2,396 0.99/1.00 vMB 46
402,551 402,551 000000000000000005ff1d3fb76da4bfc8cc8ef427a0686f37fe30bbcd489363 1,096 0.51/1.00 vMB 41
402,550 402,550 000000000000000003dfe6a8efa4138944434f7236e9e2b5e1a828728b42c9d1 1,223 0.66/1.00 vMB 33
402,549 402,549 00000000000000000141fac3c7f8706b9477540fe13222b2963c62dbd169d674 651 0.32/1.00 vMB 36
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.