Loading Tool

Explorer IconExplorer

Memory Pool

41,808 transactions
30.11 vMB
0.06110798 BTC
Random Selection Loading Transactions
Max Size: 168.64/200 MB

Candidate Block

Mining Attempt 34aceb803bf6656a4659d4d6227089fe32041de239012edba40f7911c6e95d1a
Version 20000000
Previous Block 000000000000000000005f29d764c194cb3f48f2b5d6dc4120d6f86d10957255
Merkle Root cfde3fa850d8c6a77f2043f0306cabba3f5b4800c791a3f957c1be5859f65e44
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.02335780 BTC
Feerates: 77.76 > 2.34 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,813 (65 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,748 940,748 000000000000000000008ec48ed8de27f6d6522b54b7e0d584c76f08fa228286 4,447 1.00/1.00 vMB 0
940,747 940,747 00000000000000000000c5da9b21e7c3600f13d825fc8b129fab6c766fc939d1 542 0.16/1.00 vMB 2
940,746 940,746 0000000000000000000053a9fba473938bde33554b7a5c7a03f2f44f099378d3 3,228 1.00/1.00 vMB 1
940,745 940,745 0000000000000000000032dbec2c736761a522cc76afe7e1599fb4ab5d4d2a4c 6,235 1.00/1.00 vMB 0
940,744 940,744 00000000000000000000ede7b09141955e03f672336e7a610b59abdf0f187543 2,332 0.84/1.00 vMB 2
940,743 940,743 0000000000000000000098c1acacfeb9b5e32f4c307321e6e675c5a91bccc9c3 3,958 1.00/1.00 vMB 1
940,742 940,742 000000000000000000017f4e1eda1205a72ccee2a5e78039686da4ebf0a50d84 4,752 1.00/1.00 vMB 1
940,741 940,741 00000000000000000001793d0ed8a63be0058645680013b37a2ad882295305e5 943 1.00/1.00 vMB 0
940,740 940,740 000000000000000000012b9ec64f83e98f7dab1602ec71c3f6cda8d97213bd64 5,489 1.00/1.00 vMB 0
940,739 940,739 00000000000000000000c5ca4c2895a195a49203311d552b8e2701f1b7f62e0f 1,696 0.58/1.00 vMB 3
940,738 940,738 00000000000000000001802e1f0ab9cd689e860acf4680831be6404e29c2caea 2,119 0.58/1.00 vMB 2
940,737 940,737 00000000000000000000419b58a191e3f4c2143a5c81d43e206c949f1d9550cd 463 0.13/1.00 vMB 2
940,736 940,736 000000000000000000014703cef35181ad259f32801865a4d93680a9beae485c 4,087 1.00/1.00 vMB 1
940,735 940,735 00000000000000000000e64bcdac4876e7b4d2d3b2cacfd516ce7fdc1f054d14 74 0.07/1.00 vMB 1
940,734 940,734 000000000000000000002df6001ea2cc0d49a60a6e8d0c9d80da8f68f8410272 4,589 1.00/1.00 vMB 0
940,733 940,733 00000000000000000001442ee45ffbd1ce8b36a1e3349b1965f9be8841397a6b 4,709 1.00/1.00 vMB 0
940,732 940,732 000000000000000000010691e34615258ad837ff9435a5ebb4384a5b484775ad 4,414 1.00/1.00 vMB 0
940,731 940,731 00000000000000000000c965d8e7b80102c82309b8f1b1b8802394c7d6e55ece 4,169 1.00/1.00 vMB 1
940,730 940,730 000000000000000000014ad23cf034caad8dfdac80250f83c59b30ea602fcc58 1,677 0.93/1.00 vMB 1
940,729 940,729 00000000000000000000bec98836d062389f7bfa7fcd97fa425a796db387784b 1,452 1.00/1.00 vMB 1
940,728 940,728 00000000000000000000a4d35de0a6b62f1692930f42b6650802f8a61d1c1c4e 2,463 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.20 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: 4,564.68 GB
    • Received: 246.25 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.