Loading Tool

Explorer IconExplorer

Memory Pool

43,049 transactions
27.99 vMB
0.06098931 BTC
Random Selection Loading Transactions
Max Size: 147.55/200 MB

Candidate Block

Mining Attempt ea9ddc0c2962f15c08aa0bfef68936771c6a943e00d70ee94aa33a0296d01ccb
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root cff237ed2ba40948b86d76bd5ce8a40429724f7d5428a6c15a4a912bf5be6db6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,060
Size: 1.00 vMB
Total Fees: 0.00818283 BTC
Feerates: 100.21 > 0.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (241,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,589 673,589 000000000000000000076f37fe7cb0e471ac3ac555f427d27cb43f1e87dcb4c8 1,429 1.00/1.00 vMB 99
673,588 673,588 0000000000000000000817735e7542398befc9521f2150110fbc25493aaf5ced 1,444 1.00/1.00 vMB 17
673,587 673,587 000000000000000000051f5c28b2c2731311accb7ee52b6e081436a6bb4100eb 952 1.00/1.00 vMB 19
673,586 673,586 000000000000000000075dfe5e42d32674659632cd34f812373f5c7cd7fd64ec 2,379 1.00/1.00 vMB 68
673,585 673,585 0000000000000000000bccebdf7410a8d797d45c6fb3bc9fff82874eb82ee7ad 1,659 1.00/1.00 vMB 38
673,584 673,584 0000000000000000000453ca06cb6f8ea7079de2589c0a92626a3808f0c9372f 2,515 1.00/1.00 vMB 46
673,583 673,583 00000000000000000002f38c944a160c9227d73d3cec2b73c81bb25ef824a5ea 2,499 1.00/1.00 vMB 39
673,582 673,582 00000000000000000005185280ff83cfd33e710453d4093011eece342587c6fa 2,694 1.00/1.00 vMB 34
673,581 673,581 0000000000000000000320c9d4fa9a923a21e25b4799c50f253c5ef3a264faab 2,881 1.00/1.00 vMB 85
673,580 673,580 00000000000000000002b7ecabd3ae175dc71589bc555d20e6e8282becdd8181 2,930 1.00/1.00 vMB 41
673,579 673,579 00000000000000000006af5e09cca1cf220498b2d5c81f645b6edabd55d37d8d 2,306 1.00/1.00 vMB 71
673,578 673,578 00000000000000000008e78a81d1e8d5b277e6275a7de4e9cf34e9f44552246e 2,565 1.00/1.00 vMB 97
673,577 673,577 000000000000000000049fe5312a0caeb927bf9e5f2dcec1a15dd50bbdfd1722 1,294 1.00/1.00 vMB 106
673,576 673,576 00000000000000000002a9b38c5f405107ea86034b77248745d7d0a1f83e029c 2,313 1.00/1.00 vMB 34
673,575 673,575 0000000000000000000b156d683f83ba45cdae7e437c3e17569e88d62750bb36 2,054 1.00/1.00 vMB 56
673,574 673,574 0000000000000000000b4a304d321ad5e7d495fe6865c0bd4d0d565cfefb2591 2,598 1.00/1.00 vMB 45
673,573 673,573 000000000000000000025a08a162b9c92896e56507ea62d926697c585ecccbf4 2,586 1.00/1.00 vMB 61
673,572 673,572 0000000000000000000a8c62d99b16b6ea489ab7558ea1ad893621e27a021d5b 2,550 1.00/1.00 vMB 33
673,571 673,571 00000000000000000006ec7653f584490b263d6a7018fdaed09e53216723f8eb 925 1.00/1.00 vMB 86
673,570 673,570 00000000000000000002e3dac33a840affe3e72c325768a7ee8a34624bafd02d 2,224 1.00/1.00 vMB 47
673,569 673,569 000000000000000000029e8247982d199ab7cf51d8135dad9b6c50046a522462 1,990 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.