Loading Tool

Explorer IconExplorer

Memory Pool

76,779 transactions
28.34 vMB
0.08494336 BTC
Random Selection Loading Transactions
Max Size: 172.48/200 MB

Candidate Block

Mining Attempt 6e1c1f2e8c02493331735b8053697f198d4727e9efa63f3fe82b21df68e49634
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root d516fa36438cc01f1b0148dfdffad1616a4333d7d41a1d6e2d9afc63c7c6f93c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,471
Size: 1.00 vMB
Total Fees: 0.02216733 BTC
Feerates: 477.45 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (497,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,740 417,740 00000000000000000075d74d0b16593600aee1d8b9dded08384ece798efe3ca7 1,675 1.00/1.00 vMB 40
417,739 417,739 000000000000000004f662de7c8ca400aa59f954c6b9aefc22210614083cf8df 2,385 1.00/1.00 vMB 71
417,738 417,738 00000000000000000327b6af0a5d84e16576bda7a11c00854b70079132685c33 1,475 1.00/1.00 vMB 44
417,737 417,737 00000000000000000092ab0e2bcaa476b6025f65fcbf508799498d995975eb2e 1,964 1.00/1.00 vMB 75
417,736 417,736 00000000000000000326e957d2b67c6d84d7b98985b66489b5b68dafe7ab0f5d 1,684 1.00/1.00 vMB 39
417,735 417,735 0000000000000000014d66cac671db110d22a8733153e56e6dc27827be64cf87 1,607 1.00/1.00 vMB 118
417,734 417,734 000000000000000001eb2f52e3df222211a8f45480d958ebd6702f5fa2bc5398 1,935 1.00/1.00 vMB 46
417,733 417,733 000000000000000000fb5c0704b121a50e67d19e4d75af0ba88aeaa34511eb6f 1,745 1.00/1.00 vMB 42
417,732 417,732 0000000000000000038ec225a6681432948e42bc380937ade0013ba246058172 2,501 1.00/1.00 vMB 49
417,731 417,731 0000000000000000031999522d6933d0656d78e603b87ceb2ad406c4a76fb975 2,256 1.00/1.00 vMB 64
417,730 417,730 0000000000000000016b3725a11a40dc3ae3bdd0492eaac2228697a055c3d8f5 2,484 1.00/1.00 vMB 87
417,729 417,729 0000000000000000048631fcb3b87f5c2c4858df8a9ce39dc165cff200458561 1,899 1.00/1.00 vMB 69
417,728 417,728 0000000000000000002c9b1675ac0430141da8bb0d5bb3cab8a66e281b6077e1 1,724 1.00/1.00 vMB 59
417,727 417,727 000000000000000004db81a83b9c95f007f6231e0ff867bc07d60a11d951775d 1,928 1.00/1.00 vMB 80
417,726 417,726 000000000000000004d3cfe2f105c671d626fadd3c4f40414e0743f5c6ff3234 2,322 1.00/1.00 vMB 88
417,725 417,725 0000000000000000029a7bc54ba30a45221410ea081979f650a330bdde4b6041 2,707 1.00/1.00 vMB 105
417,724 417,724 000000000000000003b7e21fee62c2336707eb0d4816d92efab0521f0c34899f 1,679 1.00/1.00 vMB 60
417,723 417,723 000000000000000004625117c7e3bb2a916faf94d719f475b28c81220211622b 2,257 1.00/1.00 vMB 62
417,722 417,722 000000000000000004ee659903443a8605240decb876da209f40dff346bcf5e9 2,057 1.00/1.00 vMB 89
417,721 417,721 0000000000000000047c4a7f20bfc84ccc81a27193eb385e7beb4f94f81f9a7d 2,117 1.00/1.00 vMB 89
417,720 417,720 000000000000000004af6ff755889ee009b7352d78cd18f5c9b283136da481a4 2,423 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.91 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.77 GB
    • Received: 17.47 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.