Loading Tool

Explorer IconExplorer

Memory Pool

75,366 transactions
27.89 vMB
0.08256712 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt b8db90b5f342056d1d7ecbe31f80092fa1ac98ed5d8c10c8948922e5caf93294
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (117,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,551 797,551 0000000000000000000397e24a02f56b2ab8873c04cf34e693b1436e694a17e2 3,940 1.00/1.00 vMB 9
797,550 797,550 000000000000000000001ad0682bbc2d03471a892d28277d708e5ebc9d85af9b 1,591 1.00/1.00 vMB 10
797,549 797,549 0000000000000000000580d4319b119bef68d4769290cd29e1da2f4d2aa3bafd 4,258 1.00/1.00 vMB 7
797,548 797,548 00000000000000000002ddbd9e270fe1f34a5db23bb57c0e522c94ac310e411e 3,754 1.00/1.00 vMB 8
797,547 797,547 000000000000000000044876c70bee5594741a83a1a5dd45f9d7a448d7eb8edb 4,965 1.00/1.00 vMB 8
797,546 797,546 00000000000000000002c730f4a076cb676cdbb25c4f9f76eeefad2aaf54d8b9 4,691 1.00/1.00 vMB 4
797,545 797,545 000000000000000000058861ff5cf29e2d3f64e32c421a6ade469963386a1bff 1,773 1.00/1.00 vMB 15
797,544 797,544 0000000000000000000161f3bb51532d94fa8b3c77cd804686c987b85aef0f1b 4,201 1.00/1.00 vMB 5
797,543 797,543 00000000000000000002784c1f143ea967a17f3a3c264af3615a4161d170b718 3,313 1.00/1.00 vMB 12
797,542 797,542 00000000000000000001936a3b20ea2c8bdeafde46af5aa1ac20fe4632e48735 4,272 1.00/1.00 vMB 7
797,541 797,541 00000000000000000004e7dd6731476106b92801230810a4de58e0532c2ff7dd 2,735 1.00/1.00 vMB 7
797,540 797,540 00000000000000000003535214a0126dfdd9a20274ff4f1840a7865f0ac85639 1,670 1.00/1.00 vMB 8
797,539 797,539 00000000000000000000e29d3e272cac3a7ed0dd98fb57ae1163b356aa5b930e 1,480 1.00/1.00 vMB 12
797,538 797,538 000000000000000000004682677ac5ae48bd701b7e4430925f00f294ac7e76c3 1,465 1.00/1.00 vMB 11
797,537 797,537 000000000000000000040a52253aa6a9d48602e7ee5e47c80d1b617c8a909365 2,582 1.00/1.00 vMB 11
797,536 797,536 000000000000000000039c28faab83a017815c7e74824f3173703dc3778e57aa 1,997 1.00/1.00 vMB 17
797,535 797,535 0000000000000000000541b12d8d8fdec7ec7648084d6ee61cde0341fbaa0620 1,599 1.00/1.00 vMB 12
797,534 797,534 000000000000000000020a02f88bf13efedf3e98f7a4603bb830b5e2fe13adbc 2,445 1.00/1.00 vMB 23
797,533 797,533 0000000000000000000397990910c4ece1825045efd8c06b789576694c9077d3 5,835 1.00/1.00 vMB 7
797,532 797,532 0000000000000000000457ef8baba5ad1da8b5939c336fabd943a17ba242eb62 6,591 1.00/1.00 vMB 4
797,531 797,531 00000000000000000000f184178e7819862e17d98db17f73851953c21111ae7f 4,680 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.