Loading Tool

Explorer IconExplorer

Memory Pool

88,766 transactions
33.17 vMB
0.19679176 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt 4bbb1f7b43f3529477c9fc9397c4728b6002f8bcda829672566193166c957736
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e8070789b8f3e7b74935804dd16eaeef7378f5a1b18546bde3b4e43b385d8038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.08654110 BTC
Feerates: 387.56 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (176,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,608 738,608 000000000000000000028ed64b2ca1f95dc2442bccb2f638c55ad54a93cc046d 1,144 1.00/1.00 vMB 14
738,607 738,607 0000000000000000000007698fdb1ffb2736ef3be32614ff051de07390351230 3,139 1.00/1.00 vMB 12
738,606 738,606 00000000000000000008035f8a10cbfd8b8f96bc2669007bbc52c6c00f717160 2,405 1.00/1.00 vMB 7
738,605 738,605 000000000000000000023c21449e9c072b0a0e2b9a95730aa2c3768772b1b476 2,753 1.00/1.00 vMB 7
738,604 738,604 00000000000000000004670a1a00a260c3c5141e43b55ca73c18654738993c92 3,476 1.00/1.00 vMB 14
738,603 738,603 000000000000000000042770a5c12e6161751b12d13b94a182c44d2a41dfa8c9 2,647 1.00/1.00 vMB 20
738,602 738,602 000000000000000000025ea8c11533521facd66202eb0307b78ebfaa5bac5c70 1,138 0.45/1.00 vMB 8
738,601 738,601 000000000000000000093b744d3633da7a4c07e8f85c3939d01b164c6646f9db 1,836 1.00/1.00 vMB 6
738,600 738,600 00000000000000000001e6750b94cd34f8c0de871b28c78e1c10c045f3a63571 2,122 1.00/1.00 vMB 5
738,599 738,599 000000000000000000037d9013d1148454d67d9a793960b134ac2bb91617b0cb 3,132 1.00/1.00 vMB 7
738,598 738,598 00000000000000000006559371632a6f7cbdcff5b4609e4bc6ceb742818a3828 2,893 1.00/1.00 vMB 11
738,597 738,597 000000000000000000040d839d2452a3634c0f87f0f4405d3846ef5752deb4eb 2,510 1.00/1.00 vMB 15
738,596 738,596 0000000000000000000741234be80b30401ebb1efa4046124e95677a32aedde0 1,825 1.00/1.00 vMB 14
738,595 738,595 00000000000000000001fd4eedddce08b3a91dc18c201d7a70eb0fd2752b51b7 1,809 1.00/1.00 vMB 15
738,594 738,594 00000000000000000001bfb552a3897fa135124a06b8e42ec7af8bf55722bb0d 2,932 1.00/1.00 vMB 18
738,593 738,593 000000000000000000012e3bb166b9a75ee5a2ab80798ecdfa4dacc9cf6af762 2,669 1.00/1.00 vMB 7
738,592 738,592 0000000000000000000284d065032e7fb58f9a47fb900336f594287a1d3e1b30 2,776 1.00/1.00 vMB 17
738,591 738,591 00000000000000000004d3a27cca88de65236483ae19090ca88a4663f3736d5e 935 0.94/1.00 vMB 1
738,590 738,590 00000000000000000006fae205b6bc2b4fb7458e0ea23f51e6fa74ccb3ea6c7c 3,097 1.00/1.00 vMB 7
738,589 738,589 00000000000000000003f301dbf5864497ed99a9a92b2d3bdd4ee4df3a07a153 2,187 1.00/1.00 vMB 23
738,588 738,588 000000000000000000084d9be2a16c230185f13e7de6b5ddf237ca1846cf00db 45 0.02/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.62 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.