Loading Tool

Explorer IconExplorer

Memory Pool

82,418 transactions
31.24 vMB
0.10541690 BTC
Random Selection Loading Transactions
Max Size: 189.45/200 MB

Candidate Block

Mining Attempt c3cf038dfeee4d398c7f3b002023dbbef321e40b35c13330b02e458d0ed27c0e
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root cd42b5e9379b41e0608c579dbb1af89324dbc9678a918d6a60e1b16e281ae7f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.03205772 BTC
Feerates: 318.30 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (12,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,911 902,911 0000000000000000000038eb1c3138364449fda542bee90709b1610e4f2149f6 786 1.00/1.00 vMB 1
902,910 902,910 00000000000000000000335ae52f80ba053faa69c96bafb7f62db9260b4313a9 901 1.00/1.00 vMB 2
902,909 902,909 00000000000000000000ba2bb5194bb16c2ffc14c8f1db02e9d52b1c63aa4d3a 1,710 1.00/1.00 vMB 2
902,908 902,908 0000000000000000000184bb6b10796fe616419347105d3375ac6bb9e8c5bc8f 3,009 1.00/1.00 vMB 1
902,907 902,907 000000000000000000020d366651f23aad56d4ed12fcc05ef60278f164e89f91 4,593 1.00/1.00 vMB 1
902,906 902,906 00000000000000000001cb07ed17393ed899dbc6f685de962b5cdde55c85f523 3,345 1.00/1.00 vMB 2
902,905 902,905 00000000000000000000f3b2a7a36d5dc9e7e9bd357ff55c2f8b4b56f64f4340 4,381 1.00/1.00 vMB 1
902,904 902,904 0000000000000000000120b4db3f957bccb14252bf252e8580eef46d39c5f1b1 2,782 1.00/1.00 vMB 3
902,903 902,903 000000000000000000016be026fedb91b1cca525dd3ab0ba11e8e5b6b58fe213 2,480 1.00/1.00 vMB 3
902,902 902,902 000000000000000000012e2a5549113857fca66ebe13a611b55a8a9541881749 1,382 1.00/1.00 vMB 1
902,901 902,901 000000000000000000020fb8aa7318c9fe98e0292d3793990dd3e8f6779c37c5 2,982 1.00/1.00 vMB 4
902,900 902,900 000000000000000000001d4dee0b9a6abf752dc6c25ed5912eb4e64939aa4637 2,387 1.00/1.00 vMB 3
902,899 902,899 000000000000000000013960bdbfb52f837cea1c8050f88ebb2f9912f203f26c 998 1.00/1.00 vMB 2
902,898 902,898 00000000000000000002095495647de4b7485a9e4d33d2d1ce1c3f68c7a3953e 1,655 1.00/1.00 vMB 2
902,897 902,897 000000000000000000015d788eb29060db6f50996053cbde59eb50eb38cd9707 3,423 1.00/1.00 vMB 4
902,896 902,896 000000000000000000013584915e334571e8eafeded5447a455178102839cf09 2,957 1.00/1.00 vMB 5
902,895 902,895 00000000000000000001929ab2c8fa214ccb7f025c9b591514adfc39c8d18fdd 2,374 1.00/1.00 vMB 3
902,894 902,894 00000000000000000001abc1db4fbf4c46a6522649b9fdcceb4c12d580e8e849 2,542 1.00/1.00 vMB 5
902,893 902,893 0000000000000000000206e58a4ec1ddaca75ccb9625208e74c06b62f33fe9d0 3,718 1.00/1.00 vMB 2
902,892 902,892 0000000000000000000013c4fa58bfcfee9a0e30c08d673c9cedea3f13db3057 4,424 1.00/1.00 vMB 2
902,891 902,891 00000000000000000000cb4a53c2ee64337c02d32c18139330ff94ab9bcbfd7e 1,989 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.