Loading Tool

Explorer IconExplorer

Memory Pool

45,373 transactions
28.84 vMB
0.13437532 BTC
Random Selection Loading Transactions
Max Size: 150.23/200 MB

Candidate Block

Mining Attempt df03768929dd8ed9d32e134ff4dc4b3f6b1cd06ceffb65946babe1bcc8ac85fa
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 9d45fedacee4a48bf25cd8b1e622b138b50ccd401794ac523ff24928eb3428f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.03785089 BTC
Feerates: 78.42 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (839,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,029 75,029 0000000000363671d827f0205b0c1c7a1ea7220208099a7c8dd4a9181716833f 1 0.00/1.00 vMB 0
75,028 75,028 0000000000787775c9050c333ee3de1b7df5ed73a57ba75afe14381e22365a65 2 0.00/1.00 vMB 0
75,027 75,027 000000000002f9dfd525f72ee3533a4b19405a4bd20dfbcbca789ce7eec1c646 2 0.00/1.00 vMB 0
75,026 75,026 0000000000464731ea95442db73b3f2d70de960238e884e14e1a5f706a1ce123 2 0.00/1.00 vMB 0
75,025 75,025 000000000043bbf170b7f5533c12cd0e8c8f21af11000032c56f21c5f3b12a95 2 0.00/1.00 vMB 0
75,024 75,024 0000000000428eabda64692d4249b8ce0cf48a099908db52dfc457dd83e58920 5 0.00/1.00 vMB 0
75,023 75,023 0000000000120ee55ca65144c65c84813c47faf8bcd46d4ecb6ac4421fdcfcf5 1 0.00/1.00 vMB 0
75,022 75,022 00000000000b0bdb0747886bef10356dbd2332edae1722156fb6ee86d676f27b 1 0.00/1.00 vMB 0
75,021 75,021 00000000006f1aa780fd342300ea68facbc7ae91d25ab616cbafc31c139252e5 2 0.00/1.00 vMB 0
75,020 75,020 00000000000be434c1240a592e1160c4a2ef671d49e9425f5ecf97b0c333ee03 3 0.00/1.00 vMB 0
75,019 75,019 000000000037f2805ec9875f9f2eb256a4a7be9fe38302859d4907df79d32f46 2 0.00/1.00 vMB 0
75,018 75,018 000000000030ac45f7ae08d75d3d4b8470e77360b49752a8a1160b3e24d7d42f 1 0.00/1.00 vMB 0
75,017 75,017 0000000000139fb01b8a6d33efb8cfe92868465e029a8f081fa4bea024b833bd 9 0.00/1.00 vMB 0
75,016 75,016 0000000000277c720af71fbebea133fa09b498d60a87d1726895b2ebff533799 1 0.00/1.00 vMB 0
75,015 75,015 00000000003d9fbe292446773417d2fb2972753edbb9fbd9c4f7373b0284a8a1 2 0.00/1.00 vMB 0
75,014 75,014 0000000000082b4b01ece7421a53ec8eb1e7fea9c9fc876309aa9a97d0485e82 2 0.00/1.00 vMB 0
75,013 75,013 00000000000671500c61889c39ab62b2d6144160c54419364ca9625d2e5793b7 1 0.00/1.00 vMB 0
75,012 75,012 0000000000672d50f24e7ee16814fdbde61cd53cedce1e0a277b9adc61c9d469 10 0.00/1.00 vMB 0
75,011 75,011 00000000000b2a8d14178eaefa9cdf7fe7a6838f4f69330680a0f8ce659d15d7 1 0.00/1.00 vMB 0
75,010 75,010 00000000001e3c43e8767ef5fa6e58e321ea599dddd73670ad93962a9de8fdac 4 0.00/1.00 vMB 0
75,009 75,009 000000000029911edef966bc5b94606d61071ce5ae2bdd13cfc039837e2a17a2 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.