Loading Tool

Explorer IconExplorer

Memory Pool

74,933 transactions
27.79 vMB
0.07726754 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 0cfbcd8a7bc325f5fb22ec82ed6964403b05357264f2ccfb5227cb4f36fb559c
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 1c5b7d9c04ab8828d5d1d6dac74c1076a5fbb142cf64caf2540049e83b0dfe0a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,150
Size: 1.00 vMB
Total Fees: 0.01779457 BTC
Feerates: 100.35 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (849,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,677 65,677 0000000009d24e95e833315919b2ad16d16fe66e131519ab2ffc78b9de852622 3 0.00/1.00 vMB 0
65,676 65,676 00000000007fd78b54e88c3f6d6de3438fabba836d86f14f58d4724197f38612 2 0.00/1.00 vMB 0
65,675 65,675 0000000007b7bddc64bd041ac6c526c61ed813e21681609a0b65b6f017658443 5 0.00/1.00 vMB 0
65,674 65,674 0000000003f6413ff1c1cb3bc25f8c214b6cfefab4cbc0196eabf9b409630d13 6 0.00/1.00 vMB 0
65,673 65,673 0000000002fa8e9b25e607ab153e0861c99b6ca97868b2effa571c19569f8a62 11 0.00/1.00 vMB 0
65,672 65,672 00000000070ecfa0fa95de488f92159a581a33507e0519b252b1c2c8e56d00f6 4 0.00/1.00 vMB 0
65,671 65,671 0000000002279f72ec11e64b8659e7222873c2a4b9943e07e74aa1a342daa264 7 0.00/1.00 vMB 0
65,670 65,670 0000000002f088ac9afbb4f21ed103e25ab99b76f97f7cedc0d9f879e0f891c9 1 0.00/1.00 vMB 0
65,669 65,669 000000000463539bc88f905d704772b04bbe4d3ac497449c57125e6b71a1a6d2 2 0.00/1.00 vMB 0
65,668 65,668 0000000006c63171aeb5b663330e165481e42c031f26929a3dca2f663727fb94 3 0.00/1.00 vMB 0
65,667 65,667 0000000000558846a44be0083e61ac5a4f61768e3cb55c61e06bf8fbf6197b63 1 0.00/1.00 vMB 0
65,666 65,666 00000000036c55473c2b8be946c7f1458965c2c21e43b24f900b764defb063c3 1 0.00/1.00 vMB 0
65,665 65,665 0000000009f9012f86aecc8b916cb58a3f22373e59a7ad3fd660ee8d37c36ec8 2 0.00/1.00 vMB 0
65,664 65,664 0000000000f841f4eaf9474663b1291a507ce4972c3ff66daa7e0d59cd737b77 2 0.00/1.00 vMB 0
65,663 65,663 000000000754de3bd823584471a9d4b35a6ab1f9167f3b89040085035dcbcf32 1 0.00/1.00 vMB 0
65,662 65,662 00000000019c5ac1ba80deaf55bdeffa6469b67a8911d7c56b29745897d04adb 1 0.00/1.00 vMB 0
65,661 65,661 0000000000af5d83287ce07654bf4e22a9949c40fcccb9c7d7fac2e373c3aa21 3 0.00/1.00 vMB 0
65,660 65,660 0000000006d06bce1c21f8e88117373895fb1afd6747ff11cdb63f94cbb9988f 2 0.00/1.00 vMB 0
65,659 65,659 0000000000ccf35b17bc28a42c0c5210376d4f633c7ca48ebf9beb08bdb09660 1 0.00/1.00 vMB 0
65,658 65,658 0000000001022ccf65d715c3e75e96c34cf8f86d92e6cde8be7e052fa8379149 3 0.00/1.00 vMB 0
65,657 65,657 000000000286f21c7a9cf9025937ae27ba0bc36e8ba3380420a8ef53a480dcc5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.