Loading Tool

Explorer IconExplorer

Memory Pool

73,588 transactions
27.34 vMB
0.06600696 BTC
Random Selection Loading Transactions
Max Size: 166.67/200 MB

Candidate Block

Mining Attempt 8c7d2bd95d0b9a57358c482b2557cabd64253f6fda9998c8857b374cf1aeba68
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root ca1ca17a0a4bc26bf2cdd268875b13b4c808e4c7bb4bb39f9260e5af9f25cfc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.00775186 BTC
Feerates: 89.32 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (502,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,110 413,110 00000000000000000050a5d293d9083f4e9f91fa78c17b72a55f4b1c7e53e8c8 1,690 1.00/1.00 vMB 40
413,109 413,109 00000000000000000501eb5865d19b14de23cb239e2bd27f36a8febd24ab4a81 2,506 1.00/1.00 vMB 76
413,108 413,108 0000000000000000027d8d2bbc4b237135a71873b1816fad3183a9417047cd18 1,798 1.00/1.00 vMB 31
413,107 413,107 00000000000000000415c2f1bfc72f4d1fb6f6b13501d0a92dabbe55586d7624 2,318 1.00/1.00 vMB 44
413,106 413,106 00000000000000000386d88961f6673295ea9a6fd2d0105491e2af1c90759657 2,600 1.00/1.00 vMB 43
413,105 413,105 00000000000000000398bf5e8ea1d0230eedbd397d00c77dfd1b9b80091f2495 2,125 1.00/1.00 vMB 85
413,104 413,104 0000000000000000018e5723093d13934e661a2c81314ea701c298e88e70bc4a 2,514 1.00/1.00 vMB 77
413,103 413,103 000000000000000002a39a0d0e937de5b25791f91e514f61db7db3736f8f0145 392 0.37/1.00 vMB 22
413,102 413,102 0000000000000000039f3e7ed39153048865ae9a55208b1b1900baac6381f250 2,150 1.00/1.00 vMB 40
413,101 413,101 0000000000000000002bab599d834ff5806b6966606b739f70c397264a74eeeb 2,008 0.92/1.00 vMB 43
413,100 413,100 000000000000000004f0b42e85d000834551e759674333d5fd5d68051d294fdc 2,976 1.00/1.00 vMB 66
413,099 413,099 000000000000000001ee7fe644c685ec22f27ca0363c0a4aa0948ee4ea99c1cf 1,755 0.81/1.00 vMB 46
413,098 413,098 0000000000000000050320953e9ac3e50cd7b2ab1e4abae88ff20bb1fcf81913 501 0.99/1.00 vMB 13
413,097 413,097 000000000000000005332cc94642178dee9239eb9ecaaa6eea24ea03d2b9e751 1,711 0.98/1.00 vMB 39
413,096 413,096 000000000000000002477a5bd008345dc5b760659c340c87addbebf87460625b 1,708 1.00/1.00 vMB 38
413,095 413,095 00000000000000000435dc34869b6443c7b1903c212304b563422b1206c41d0a 1,340 1.00/1.00 vMB 30
413,094 413,094 000000000000000002fde23547ba2f79607587b39229fd57211f5071967de91a 664 0.99/1.00 vMB 15
413,093 413,093 000000000000000004b98970f1e2d759897fd095cd3a6da1c939e3427b7d5100 1,903 1.00/1.00 vMB 34
413,092 413,092 0000000000000000037cfb3e544f7684742c345fd51131e5a2617053ae284ca5 2,334 1.00/1.00 vMB 63
413,091 413,091 0000000000000000041f879c1f5a4d2dc66fd6a4353db48915d7312e7b8ce5e6 930 0.42/1.00 vMB 46
413,090 413,090 000000000000000004b2e2d6c4e361a7cca21a8ebc672969c6561b621a060572 1,806 0.86/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.94 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: 714.75 GB
    • Received: 17.60 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.