Loading Tool

Explorer IconExplorer

Memory Pool

45,737 transactions
27.09 vMB
0.07532533 BTC
Random Selection Loading Transactions
Max Size: 142.98/200 MB

Candidate Block

Mining Attempt 8afed1fbd6dfcb6a64a1e02b6c6aeb24ff4d00404906af19f343b048ffb88e69
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root 101875ace7f6a5ddc028dc13f82ff3692d7ea0180611940998da1028b3ce4d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.02508304 BTC
Feerates: 201.37 > 2.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (77,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,786 836,786 0000000000000000000352abd4238391f68a174fab680b3c1ad4ce41082b6c12 4,747 1.00/1.00 vMB 37
836,785 836,785 000000000000000000025958eb0badcd02e1b755247f3452f2f64434d169c3f6 4,267 1.00/1.00 vMB 37
836,784 836,784 00000000000000000003215915f68c42bc96454d1f3b8adff3ed8b4dd7d5be00 4,501 1.00/1.00 vMB 32
836,783 836,783 0000000000000000000019da3f20a8a10cb0d54dbd7511f85fd531a33154f7c3 3,792 1.00/1.00 vMB 33
836,782 836,782 00000000000000000000446a2282fdb74524a9982bc3131de0c0eb02bb81c825 4,379 1.00/1.00 vMB 16
836,781 836,781 00000000000000000000ef46a3c151ae4c869db53552d1cb446806e3c81ff2fe 3,888 1.00/1.00 vMB 16
836,780 836,780 00000000000000000001fd2a348ddf0b6941e92c54888ca5b9ff6521252f0a1c 2,740 1.00/1.00 vMB 20
836,779 836,779 00000000000000000002a7ca980af7815b523127c19b0138044eaf25ef2251d0 3,784 1.00/1.00 vMB 22
836,778 836,778 00000000000000000000294245f581b3adf6f4f466c1493bc51dbd797ab18eb9 3,564 1.00/1.00 vMB 26
836,777 836,777 00000000000000000001a2fa0dc6afa2c9897f0d6c786f8c21b9393ad92482a4 3,880 1.00/1.00 vMB 16
836,776 836,776 000000000000000000020abcd01a70b7c0765a5768cae4218380b93f52f596ce 4,366 1.00/1.00 vMB 21
836,775 836,775 0000000000000000000174494fda6f99d781d473ef7195d79d5c6f51e1847d18 3,839 1.00/1.00 vMB 29
836,774 836,774 000000000000000000025944d210ca18f059337335c205700e0e3d7c1abf5df6 3,634 1.00/1.00 vMB 17
836,773 836,773 000000000000000000025790e6aa60efc6b2f7df9f4152bc560e18edc7868975 2,797 1.00/1.00 vMB 33
836,772 836,772 00000000000000000002ce329e74cfd83b4bf1687d9e4ca1215b774c51fdcb70 3,554 1.00/1.00 vMB 16
836,771 836,771 00000000000000000000abb642e2a1727603bf7f611150cbdbd46ec7a252f637 3,092 1.00/1.00 vMB 15
836,770 836,770 000000000000000000010fdb5018507a6b2a20e16b4837ee3235330a37ef23e5 4,107 1.00/1.00 vMB 13
836,769 836,769 00000000000000000001f8f90baac2cdc2d7fe3cdca11e5a1d8c212b69e24d24 4,268 1.00/1.00 vMB 26
836,768 836,768 000000000000000000010a650bdb5bb6884b5e1475854d637a464daee9fc400a 3,184 1.00/1.00 vMB 21
836,767 836,767 00000000000000000002d197ca957e6a8834170f7ca5ffa8cd594932eace57d2 3,547 1.00/1.00 vMB 17
836,766 836,766 000000000000000000022030060c783c2e55a74288209a68e07993257e8feb9f 3,446 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.97 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: 648.15 GB
    • Received: 13.00 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.