Loading Tool

Explorer IconExplorer

Memory Pool

82,195 transactions
30.04 vMB
0.14917338 BTC
Random Selection Loading Transactions
Max Size: 182.01/200 MB

Candidate Block

Mining Attempt 9099acb86709ff8a45fd939adb548697c6ff2ec52f5b48aa3ef6fe27e9b160ad
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 7a0b833674fcdcc38e7ae382cf945ecbb86cf6e75d7d5c4cfda3b9e29850f35d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.07883105 BTC
Feerates: 101.65 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (497,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,644 417,644 0000000000000000035ba7c3999c83182bfbabd7405decde022b98ddbd5c42de 970 0.43/1.00 vMB 61
417,643 417,643 00000000000000000251575c95e27a4791b50c4a7cf8385188c371072787eef2 817 0.34/1.00 vMB 63
417,642 417,642 0000000000000000030ad891867e2fbd7d616c80e400841141326840c30cf00a 1,933 1.00/1.00 vMB 42
417,641 417,641 000000000000000001ab92dec2ee16d6df293cdea16a7a68c57d3aa6492a1fa5 2,590 1.00/1.00 vMB 77
417,640 417,640 000000000000000000f477c2c6b2c55d6a76b8dc1b415db8f7fd9c2d862ec3ad 1,754 1.00/1.00 vMB 37
417,639 417,639 0000000000000000009236ac639fcedfefd1f60147866cbf61dc12edb176e5f7 1,237 1.00/1.00 vMB 95
417,638 417,638 000000000000000003778c4002f3c736b82b2edc6e859b4fb9e07270d95487de 1,065 0.99/1.00 vMB 52
417,637 417,637 0000000000000000009807e8834f9f63aa5c8f53b79933c3fe82fa8e74085dcf 2,147 1.00/1.00 vMB 74
417,636 417,636 000000000000000000aa49be73849aa2370dc7859e8b90579aaafea006547b99 704 1.00/1.00 vMB 17
417,635 417,635 00000000000000000263f175cdca346673f347b698eb7abc438f7f48e0f74732 2,176 1.00/1.00 vMB 67
417,634 417,634 000000000000000004091dc1414681c314f02d3c82fe4dea856ebf676b61a3e6 1,348 1.00/1.00 vMB 27
417,633 417,633 0000000000000000016f338659d4dafc719f6a0781be8da5bc6620004f4a4be6 1,775 1.00/1.00 vMB 30
417,632 417,632 0000000000000000043c3b4ce058a864f9c92de5366cac1585e3ed36a55568d6 2,649 1.00/1.00 vMB 63
417,631 417,631 000000000000000000dc5dbdd62773fdda84e9d96fa79614a32ea75f20c9f3fa 2,252 1.00/1.00 vMB 57
417,630 417,630 000000000000000004dc63c6bd0cd2c97f780a66fc36c81186d4b002aa05415f 490 1.00/1.00 vMB 114
417,629 417,629 000000000000000003c7c3c4cfdb4a67425d1e99801b0b4ac79918818ad7945c 756 1.00/1.00 vMB 133
417,628 417,628 000000000000000002d83fae2993fee6b75a32c41e12e61b134ef9d14a6d4001 2,129 1.00/1.00 vMB 53
417,627 417,627 0000000000000000006a7a4a1c59b42279c0390e40c38744a05b3c0927fdbeb9 2,208 1.00/1.00 vMB 60
417,626 417,626 0000000000000000001af43bbe6b6a3fcb49c015118dd10d839094aa3748a33f 2,608 1.00/1.00 vMB 70
417,625 417,625 0000000000000000028a680299275eb0367bb77e93d566c526d03a10f5534a43 2,012 1.00/1.00 vMB 68
417,624 417,624 0000000000000000029e1e04d234e30bfb04cf3bf2e8f223f8c3ca597f9068e5 2,040 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.