Loading Tool

Explorer IconExplorer

Memory Pool

36,933 transactions
19.09 vMB
0.08590943 BTC
Random Selection Loading Transactions
Max Size: 114.55/200 MB

Candidate Block

Mining Attempt a90a27eb473101c1622019ebca311f309fbba98c4dbff136c4a6cfeff6c59f7a
Version 20000000
Previous Block 00000000000000000001cc9104a608a07e7639c3a97227c9d53dfe98403219cd
Merkle Root a535dc0d678fdfbc63a4b415005d2eae301297503a4d75240f87fc7439a2231b
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,586
Size: 1.00 vMB
Total Fees: 0.04977437 BTC
Feerates: 477.45 > 4.99 > 0.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,067 (122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,945 938,945 0000000000000000000074e5a913c798034ea139e94beed9f038ca558f6af178 2,560 1.00/1.00 vMB 1
938,944 938,944 000000000000000000011e6b60b1f8ab2d5f818a83457d8abb761e98c946d0ae 2,590 1.00/1.00 vMB 4
938,943 938,943 000000000000000000002f24c5a6d3fe8bd76033a690ee6bc9e8ece789765ad5 4,285 1.00/1.00 vMB 1
938,942 938,942 0000000000000000000060a7e48b630534904b21f34a5709a9cfd7ee8489e3bc 3,848 1.00/1.00 vMB 1
938,941 938,941 00000000000000000000512bffba31b6520773352c18669d9ac002fd51b54073 2,503 0.76/1.00 vMB 3
938,940 938,940 00000000000000000001034c2e3cd0b49a96d8753d64b8df35cae8d8c5580d09 4,568 1.00/1.00 vMB 0
938,939 938,939 000000000000000000019c85ffbcee626a06c799fe8718d9b958a28909edb464 3,959 1.00/1.00 vMB 2
938,938 938,938 00000000000000000000a3ea73072b88418e071c73bcc42e14e904795ca1bac1 4,840 1.00/1.00 vMB 0
938,937 938,937 00000000000000000001cafd9a03a29aa6feed6f6ab7caf823b00e8ed5b5bded 4,523 1.00/1.00 vMB 1
938,936 938,936 00000000000000000001b2a82a4f937ff42c4fcb3a90e3b746def775d4437e5e 1,365 0.49/1.00 vMB 3
938,935 938,935 00000000000000000000f202d8e8bbb8b07394717f823a40c47f68d1da042f3e 4,874 1.00/1.00 vMB 1
938,934 938,934 0000000000000000000008a3133cace625957765f46a288b7c0be6574fdd3f42 3,092 1.00/1.00 vMB 1
938,933 938,933 0000000000000000000141c492b0c5ab4f4cf6d0f669b8897444d39501b8099d 3,359 1.00/1.00 vMB 3
938,932 938,932 0000000000000000000125ff4c4374064376f3617a32770d8413d94b629327f9 3,786 1.00/1.00 vMB 1
938,931 938,931 00000000000000000001c6bdf6a7daf2ec677c1d76785d205134a79d78acd0ad 4,391 1.00/1.00 vMB 1
938,930 938,930 00000000000000000001aace37f78a03756b1da87c7bb2de380f250b9ba11389 2,572 1.00/1.00 vMB 3
938,929 938,929 0000000000000000000004c55baef974d95eef2c91e6800dbd45f1a054f00318 2,184 0.81/1.00 vMB 3
938,928 938,928 0000000000000000000038b462d6d71e9fb10cbb6bea1befa8b1a00f53358069 6,591 1.00/1.00 vMB 0
938,927 938,927 000000000000000000019cb3dd78eac64f01ee5855f26465864fffea6797dd10 2,644 1.00/1.00 vMB 0
938,926 938,926 00000000000000000001bad3e62ed4d0f0a94c21d29569fd31abe4643dcd915f 3,291 1.00/1.00 vMB 3
938,925 938,925 0000000000000000000172d7aa139d3ce5a75fd3a6cac6bb1a434eb7a59a4b9f 358 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,220.68 GB
    • Received: 231.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.