Loading Tool

Explorer IconExplorer

Memory Pool

43,058 transactions
26.43 vMB
0.06035054 BTC
Random Selection Loading Transactions
Max Size: 138.87/200 MB

Candidate Block

Mining Attempt 254a03c1f4c9f76ff1c92c006e8b25173cf62df58e0e3c082a265607fa877b8e
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root ad64cdf60b7d32ab2ac789e231dc046b60fab6d1ff08aae99fa658327de9ecad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,555
Size: 1.00 vMB
Total Fees: 0.01163467 BTC
Feerates: 150.92 > 1.17 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (413,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,093 501,093 0000000000000000000510cba7b45ef07a6c8eca9e79984e41eda71f0719bbb1 1,990 1.00/1.00 vMB 914
501,092 501,092 0000000000000000002d732df3fffb7e1a20f4a39179a848b1bd2ef3afea5eee 918 1.00/1.00 vMB 294
501,091 501,091 0000000000000000005cba8243a5f728442655700ebdf06a02e88a93f58475ba 1,393 1.00/1.00 vMB 391
501,090 501,090 0000000000000000005bb446cbd8d0acd63bf426a47a2a513a4849a44a29e4fa 152 1.00/1.00 vMB 121
501,089 501,089 0000000000000000002f12a44b1b0db88c161f3e5ddb831b8431ecf5d9bd5326 1,500 1.00/1.00 vMB 417
501,088 501,088 0000000000000000006a5ce439ea696dacb417698c02369b019213af53687410 814 1.00/1.00 vMB 271
501,087 501,087 0000000000000000003150995a37262d418d3572e2e13e46a277409dcade37c1 1,355 1.00/1.00 vMB 523
501,086 501,086 0000000000000000005620cdf45c287efc98837a5d9a7893023835c9d9a58e2d 1,359 1.00/1.00 vMB 385
501,085 501,085 0000000000000000002f265cbb251679c57d03bff065b7a0322f8c9f6600e42b 1,227 1.00/1.00 vMB 324
501,084 501,084 0000000000000000006b1253dfa85f7f6e1063303248885990ef56355f803abc 1,271 1.00/1.00 vMB 373
501,083 501,083 0000000000000000001331edd6ada1d93aa961132764e3ca6575d2f6bb987922 1,920 1.00/1.00 vMB 531
501,082 501,082 0000000000000000006eca6d00bbee2c995dc3c08c866aedd2969d86f7dd8620 1,311 1.00/1.00 vMB 367
501,081 501,081 0000000000000000004db30f0553a88bbb8094003a2acf2a5ea1878b508f7417 423 1.00/1.00 vMB 192
501,080 501,080 00000000000000000020169041e0a07d58dd3622ecb416998c01bebe4cea89aa 1,364 1.00/1.00 vMB 392
501,079 501,079 0000000000000000005abf5c3303052da0ba87427d02e774f765ac443155a426 560 1.00/1.00 vMB 138
501,078 501,078 0000000000000000000317e7540898ae26ebee0ed73d26736f0ca11431998a1b 1,690 1.00/1.00 vMB 419
501,077 501,077 0000000000000000001a3377d3cd87a4b608f734391a4ade8d3e86fd1c5b0e5b 2,203 1.00/1.00 vMB 472
501,076 501,076 0000000000000000001553c5937ea94c32594fcd1e51487a93b492b1a0537280 2,035 1.00/1.00 vMB 552
501,075 501,075 00000000000000000006767100f637a182446d639197b163a5bb4b3f780c593e 1,864 1.00/1.00 vMB 351
501,074 501,074 0000000000000000001926d477e7063602902f7f1381e0f5d7afb22fab8e70e0 2,209 1.00/1.00 vMB 545
501,073 501,073 0000000000000000005cd9f8cb9a14a9f7b92030f2d205f0f9b1022764c5b09f 1,863 1.00/1.00 vMB 868
Previous 10 blocks ↓
Total Size: 781.91 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.77 GB
    • Received: 12.77 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.