Loading Tool

Explorer IconExplorer

Memory Pool

78,568 transactions
29.99 vMB
0.08836732 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt 5c6c81b0635bd1016e84a72e00041bb8a167689d794cea9460048ea29c60bb12
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 7ee926a52be1f98e8bff3900077380e40f2bdaa568185535d1fadd352a89c2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.01892454 BTC
Feerates: 100.69 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (251,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,720 663,720 0000000000000000000ee847d4b8babfdb36fec8e4afc6fd00de03a407d0b5f6 1 0.00/1.00 vMB 0
663,719 663,719 0000000000000000000921eec03b2be26fecdf4df3dbe29e247d96395c4a7fb0 3,068 1.00/1.00 vMB 101
663,718 663,718 0000000000000000000d9c947fbf74f1df287c7ca8b4fe47f900947d74e2706f 1,714 1.00/1.00 vMB 126
663,717 663,717 00000000000000000001aefdd261b58902b384c2e439fa73370b992c5b77f1dd 1,157 1.00/1.00 vMB 134
663,716 663,716 0000000000000000000347b6d53505a9d564c9b990365862e01e125cef429c7c 1,235 1.00/1.00 vMB 126
663,715 663,715 0000000000000000000087724a377748752969d0ad2a88e81a9478b3130d1c83 2,295 1.00/1.00 vMB 49
663,714 663,714 000000000000000000078082abd8a89279816876ac51ed9b719419eccf95d7a4 2,739 1.00/1.00 vMB 64
663,713 663,713 0000000000000000000e47824208bc1c60baab12641d301a9764a497c5439bf7 2,729 1.00/1.00 vMB 76
663,712 663,712 0000000000000000000c3e094fb7c329336132ec1a96078aff8eb3c5d9a7cda6 2,273 1.00/1.00 vMB 98
663,711 663,711 0000000000000000000d2979cdf0a264527d47cee9a90e53d0951bc329c4ff4f 2,265 1.00/1.00 vMB 106
663,710 663,710 00000000000000000000adfeed80ff148f83c325e5774e940183c92575b7caff 3,049 1.00/1.00 vMB 79
663,709 663,709 00000000000000000005e144e25f0be2f7ca7352969d7ae2d857cc18670d6285 1,823 1.00/1.00 vMB 118
663,708 663,708 0000000000000000000900a579c8d7f51b782f5fc45301c267e8289ef35406b0 3,057 1.00/1.00 vMB 81
663,707 663,707 0000000000000000000a4026811ee91d188df9c793f0a866a1de3c5bcb736dc5 2,168 1.00/1.00 vMB 102
663,706 663,706 0000000000000000000d4a2c2d2acdb19b65edfc8617159530d6aed4a380fcd8 2,175 1.00/1.00 vMB 106
663,705 663,705 00000000000000000001a69ba498ef03800917e90ba2176ee9f0fcb696441941 1,037 1.00/1.00 vMB 132
663,704 663,704 0000000000000000000c0bbf43917318f2a731951d2e12438fe5dbd65118b522 2,465 1.00/1.00 vMB 77
663,703 663,703 0000000000000000000448955364b151a34bfbc9b3eb26c7de9eabbd69a4822f 793 1.00/1.00 vMB 92
663,702 663,702 0000000000000000000d6886f55b7dd46a0e582e6343abc32eaca684c7aaa884 2,150 1.00/1.00 vMB 47
663,701 663,701 000000000000000000004894fb8c23b691a2dfadf1da2db2c849d596f5f075b0 2,313 1.00/1.00 vMB 22
663,700 663,700 00000000000000000002dc52da97848f3e09b3eec6d348dafa5adc9fe8a545e1 2,050 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.