Loading Tool

Explorer IconExplorer

Memory Pool

82,875 transactions
31.88 vMB
0.11912970 BTC
Random Selection Loading Transactions
Max Size: 191.29/200 MB

Candidate Block

Mining Attempt 5f4a5324bd536e981225ff61f60bbc2dd111e1b2f4f15cd27fecb9de6cff4fb1
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 9cb5ce5c9f0786bb933f62b366efc6833535c821da3f0566c53790ccc37964d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03137597 BTC
Feerates: 318.30 > 3.14 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (502,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,116 413,116 00000000000000000526e4dc537ec6e79b1e3d56ba49a2f929fd1dd9dfbd8106 1,940 1.00/1.00 vMB 75
413,115 413,115 00000000000000000033cee38d7a7f5fa62a0b7b340a84cd74b587c67e9246c2 2,846 1.00/1.00 vMB 102
413,114 413,114 000000000000000002faf0f413272f4a02e7f2a829b02b9eb13b3ffd0776d68b 953 0.78/1.00 vMB 26
413,113 413,113 00000000000000000448df8e5aa379b69e84f68ba19d89c0e0127d540a96255b 1,209 0.99/1.00 vMB 20
413,112 413,112 0000000000000000026b4680a104317e8eefa3b1854f517c36207431ae546d8d 2,076 0.99/1.00 vMB 46
413,111 413,111 000000000000000004edee0b46bfeb7c366ffc0f94e2eb651d80fe3812df03e2 2,387 1.00/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.