Loading Tool

Explorer IconExplorer

Memory Pool

83,422 transactions
32.13 vMB
0.10404434 BTC
Random Selection Loading Transactions
Max Size: 190.99/200 MB

Candidate Block

Mining Attempt cc2209c4ea8a8aff3e9d72d8d818a749601fd4d5c9e3a80e026323db8511a540
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (65,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,036 849,036 0000000000000000000256ad24cb95006ec65c3264a119e3b544293646945d3a 4,517 1.00/1.00 vMB 13
849,035 849,035 00000000000000000001658f241becbecbf4449d954b0649160054a41f16a5bd 4,869 1.00/1.00 vMB 12
849,034 849,034 00000000000000000001e5a43c6ce9d99588db2540d7029da15962e4b0e77a30 4,821 1.00/1.00 vMB 11
849,033 849,033 000000000000000000002f220272ea6f5a241a3ef728fd33cef4053d4c23d18c 4,992 1.00/1.00 vMB 11
849,032 849,032 000000000000000000001a783ef1db8f6e784b446c6b5ed0c91c79e8331ec989 3,970 1.00/1.00 vMB 14
849,031 849,031 00000000000000000001fa912ffa38ae298bd79b63dd25913986ee51c9f92e39 5,513 1.00/1.00 vMB 11
849,030 849,030 00000000000000000001aae410773b240d993f470d4f3d208365f7db592367b6 4,132 1.00/1.00 vMB 14
849,029 849,029 0000000000000000000316a182af40011d1c6ab15f8c06fc32d632b8adc3d840 4,764 1.00/1.00 vMB 20
849,028 849,028 0000000000000000000074a59d3e9523a7d8dbb82d8cf1e9d0d3a105e8beda90 3,396 1.00/1.00 vMB 17
849,027 849,027 00000000000000000001f2e4081747285bfe7b8f64fa7b3d697520a45bcc15fa 2,791 1.00/1.00 vMB 12
849,026 849,026 00000000000000000002c44012a3132c5ba48dfd59e66ce5e36a6b2207e214d5 5,760 1.00/1.00 vMB 8
849,025 849,025 000000000000000000020562978f97338a4d532403e4047b8d46ef734911e49b 7,316 1.00/1.00 vMB 8
849,024 849,024 000000000000000000035126a007404c3f3e3f60d3b8e4a532e31ca14284f1ad 7,050 1.00/1.00 vMB 9
849,023 849,023 00000000000000000001f44831963e1e599ff9004dc48578a136e2dc5e2c6efd 6,630 1.00/1.00 vMB 9
849,022 849,022 000000000000000000014a89a57b6a270bcc7b76aaff7292da34d1bfbc9b5788 6,349 1.00/1.00 vMB 11
849,021 849,021 0000000000000000000258ceee9885bb656df691973eec3d6883eda7da8e2fa8 2,003 1.00/1.00 vMB 9
849,020 849,020 0000000000000000000219606e63b88ccc1e20daa732ed13fccce66cc819d9a5 1,284 1.00/1.00 vMB 11
849,019 849,019 000000000000000000019d3327043815a3f8a43b41f5e3c517591f79be8ace80 1,597 1.00/1.00 vMB 10
849,018 849,018 00000000000000000001d142d70d6192b2907a767acb120c759b23d7851fee21 4,279 1.00/1.00 vMB 16
849,017 849,017 0000000000000000000067078eec5413e2d1b70277956fe2e8c49126d3a0f439 1,336 1.00/1.00 vMB 10
849,016 849,016 0000000000000000000203cb6d90dd0689921f848528fed479c5570c813a40aa 2,333 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.