Loading Tool

Explorer IconExplorer

Memory Pool

84,155 transactions
31.39 vMB
0.09591294 BTC
Random Selection Loading Transactions
Max Size: 191.69/200 MB

Candidate Block

Mining Attempt 3c4c7a88a6f900a93a49155ccc44691f0c67b68fbc2a19c1f01ad26460bc583d
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 6114b29a115b4f4994c001d893bdf5bbf9b2d1f784abf9958e59fcac993dd054
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02394436 BTC
Feerates: 150.77 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (525,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,186 390,186 00000000000000000a2a6f1704b95b1d333b1911e15b957b47d6ee423e85e257 363 0.25/1.00 vMB 22
390,185 390,185 000000000000000000d2dc65b92bb0466d3040ed905096a0ca465fb29ad9b730 612 0.39/1.00 vMB 23
390,184 390,184 000000000000000007739003dae96c5db0a6d435b6e9a7874f719a3f96be504f 402 0.22/1.00 vMB 25
390,183 390,183 00000000000000000b78c935e69a8cbcf2e20007740a103ce97a7440717bc831 1,421 0.75/1.00 vMB 32
390,182 390,182 00000000000000000330a0523230fa00ec0cd6b3cc812dafd87cc25d21fe9eb3 345 0.20/1.00 vMB 29
390,181 390,181 00000000000000000b13d70f135b91d391f9a6c7394afaab7e8625c056cba2de 153 0.12/1.00 vMB 16
390,180 390,180 000000000000000007e0cc9edb9c11fbd3b0470a71c19b2140b0bc24d05d7c0f 687 0.30/1.00 vMB 36
390,179 390,179 00000000000000000b2b6652e3b82d1fc1172cc2421c85f75e0bb6de2a82db07 495 0.29/1.00 vMB 24
390,178 390,178 00000000000000000ad6dfba36e0791e4d4dd50a17b711ad7f9b8590ed22ae90 366 0.27/1.00 vMB 35
390,177 390,177 0000000000000000087c27bd6114b558c196bcf866dafd3e4173f6dca2c55a07 131 0.08/1.00 vMB 15
390,176 390,176 00000000000000000743a1cf3b9e10d2f8f2c1500200bda1f511fdb587d8fa05 124 0.10/1.00 vMB 21
390,175 390,175 00000000000000000731138e058a0d12a86173cde8b42d3678d74ad0be1b24d0 279 0.16/1.00 vMB 24
390,174 390,174 00000000000000000252dc282570afd0bf41ea2ed9daf7c30939a16fada880ae 267 0.14/1.00 vMB 24
390,173 390,173 00000000000000000538f6aaffb6867ef5ade6e3fc21e54f97df0e20300a88d5 1 0.00/1.00 vMB 0
390,172 390,172 000000000000000003287298c4e4bc97dadb648a85ecce0e482ea7a98bfdb740 646 0.38/1.00 vMB 26
390,171 390,171 00000000000000000120f2929d155fb5d6db1ab6760d87b1b9e58ca41766f52c 68 0.06/1.00 vMB 6
390,170 390,170 000000000000000008defa9771323ee8f32ef23ef006f4bfba3b00f8e7f3fd59 476 0.26/1.00 vMB 31
390,169 390,169 00000000000000000409cd090e21e79706f292973b071c5f43365b27399a82cc 155 0.11/1.00 vMB 21
390,168 390,168 00000000000000000285d56501fdcfa70e35804fbc5a99265bf4f0ef5eda31ec 283 0.20/1.00 vMB 22
390,167 390,167 000000000000000000a2a565b85c95e83b5ee46480cfe4a551e701381577b29f 436 0.22/1.00 vMB 32
390,166 390,166 0000000000000000061b4d71b759c0ff84cab657a54530ecb55ba2c1e24ccb31 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.