Loading Tool

Explorer IconExplorer

Memory Pool

80,673 transactions
33.98 vMB
0.12972173 BTC
Random Selection Loading Transactions
Max Size: 193.05/200 MB

Candidate Block

Mining Attempt efbd7b07642d608a18523c0ca1fce4ab0e191079537a6066547baef193506d08
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 3ced7835a6eebe6b3218a6a4b42fdb2ec18b6b7b55e348a69b2dbb99ceba0b1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.02196950 BTC
Feerates: 104.71 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (29,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
885,846 885,846 000000000000000000011c9ffa3e671975e72966e2c17491ccc58df95304c5a6 204 1.00/1.00 vMB 4
885,845 885,845 0000000000000000000267947777cc5d5900e0c86696465719c42cf6c86cdd5d 2,991 1.00/1.00 vMB 6
885,844 885,844 0000000000000000000051d89ad5399593490b1f807dabc651bcd4779c82f8f8 3,096 1.00/1.00 vMB 6
885,843 885,843 00000000000000000000ee005340eba49208d5777b0be131f4a1b56d75566d65 3,999 1.00/1.00 vMB 10
885,842 885,842 00000000000000000000eb52c75a7ff0470ed2fdd296ad7cd3fc47edb568332b 4,426 1.00/1.00 vMB 7
885,841 885,841 000000000000000000016f3b731016257673f3c4fcb4c2fddde0d5cddad39ce5 3,379 1.00/1.00 vMB 8
885,840 885,840 0000000000000000000223e31538025f8263fe44cfcced7e3f61d237e76f77fa 3,535 1.00/1.00 vMB 12
885,839 885,839 00000000000000000000d80daba0562fcc0498294a1590a1299ad5e980844d14 2,438 1.00/1.00 vMB 2
885,838 885,838 00000000000000000000d27d3ba7e6b587784e4538dbcdc369647436836cc05b 3,011 1.00/1.00 vMB 5
885,837 885,837 0000000000000000000051260f2a637014b9aee0f69ff516eb781271bbb5b580 1,631 1.00/1.00 vMB 1
885,836 885,836 0000000000000000000014db86d0d07d3c6bbcf9cabd4f6d846e36c7f6c04cb6 2,701 1.00/1.00 vMB 5
885,835 885,835 00000000000000000000b58c3b44198eb9a8ed24419a7add0382bf508fed1e6f 1,282 1.00/1.00 vMB 1
885,834 885,834 000000000000000000024a6dc965e3dee02016ec9dd8833a8ed282578edb8daa 2,962 1.00/1.00 vMB 4
885,833 885,833 000000000000000000007bf0cc8e094bb6f3ebe945d8cde44d74d50a9d3fa887 1,926 1.00/1.00 vMB 2
885,832 885,832 000000000000000000026b051e9e9b7393e34ec60b530ba7a6c733f7fcb775df 1,208 1.00/1.00 vMB 1
885,831 885,831 00000000000000000000227b48130edb08c3db383842e2d4efe07c72e3951842 2,202 1.00/1.00 vMB 2
885,830 885,830 000000000000000000026bf38d6d943c02af2328227ad3f711f255466a42bfd5 2,364 1.00/1.00 vMB 4
885,829 885,829 000000000000000000024c36f7df06495f1b3eb70a7f8283cb7b0117151d62cf 3,186 1.00/1.00 vMB 4
885,828 885,828 0000000000000000000132badaeae0ff6207248ae7fbbd0c4cd0f0d80d7dc623 2,150 1.00/1.00 vMB 2
885,827 885,827 00000000000000000001dc55ec21967e38f22b882a3e7ef5e7ed5248ca363ef8 2,045 1.00/1.00 vMB 4
885,826 885,826 000000000000000000005620cbc721db91166b0454321b3f1efa25081db779b3 378 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.09 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: 725.90 GB
    • Received: 18.44 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.