Loading Tool

Explorer IconExplorer

Memory Pool

75,552 transactions
30.57 vMB
0.09260807 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt 39e875c65ede9d41593c361677c9c04225e564e6a124d85f49f11b688e729427
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root c39b1f212b30bcec85bb6f7406e9bb82e4e8c12391a4456ba23f69217b3bbdf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,650
Size: 1.00 vMB
Total Fees: 0.01814116 BTC
Feerates: 265.25 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (377,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,568 537,568 00000000000000000009ec692fc10cf92c8415d87600e5754c5182d8e71d56bb 1,636 1.00/1.00 vMB 1
537,567 537,567 000000000000000000016d76737792023a9ead941cfc5206ae152f5fe2f4d4a1 2,467 1.00/1.00 vMB 26
537,566 537,566 00000000000000000000c240689131f4f30bfa4604e904be01f019c99c264339 1,231 1.00/1.00 vMB 4
537,565 537,565 0000000000000000001d126b98532de832e5bdcc7197206e9d50a36bf2f07ea6 2,098 1.00/1.00 vMB 14
537,564 537,564 0000000000000000001717b75b085d0bd0d92cc5c0661d7a8c168dc0dcf18710 2,266 1.00/1.00 vMB 22
537,563 537,563 000000000000000000025375f49d9eaa817c606e5676a39de240eb11d13a7301 96 0.03/1.00 vMB 37
537,562 537,562 000000000000000000284c25ccc71fd3556efd182eee54f3be39fad4607c5557 2,445 1.00/1.00 vMB 38
537,561 537,561 0000000000000000000e0be245a7d225952f21ca81d376c3f26bff8aba086c5d 2,167 1.00/1.00 vMB 29
537,560 537,560 00000000000000000022ec77e3e0e6421bafb2d3059ec4d2a0202b2ad21db24b 2,413 1.00/1.00 vMB 30
537,559 537,559 0000000000000000000994361fcdcac3ebc30e4f4c2341dcab1ed8b3e81203ed 1,137 0.81/1.00 vMB 38
537,558 537,558 0000000000000000000e057030330b1fecdb0ff6401398895f4abf73ced8d13d 155 0.22/1.00 vMB 1
537,557 537,557 00000000000000000013b5e5a37eba15a6ab86fb23f27eb5d1fda15d1b95baf5 414 1.00/1.00 vMB 1
537,556 537,556 000000000000000000091b12dd893fe3563a921fed55b52d74fb2448163c3c53 2,420 1.00/1.00 vMB 10
537,555 537,555 000000000000000000200e0c9ff83d8a26a76ce4c8153ccf4d0f1937f09de2d0 2,729 1.00/1.00 vMB 23
537,554 537,554 00000000000000000021ff266ebc811337bd8d7fb75bfbaff6a19348cb5a96ae 2,670 1.00/1.00 vMB 4
537,553 537,553 0000000000000000000cb0853a1af64a93101efea959a75dfbc9eae23444cd5a 314 0.15/1.00 vMB 11
537,552 537,552 0000000000000000002566651f2862a07e5db26e43fa23fcd8eb64473fde5979 1,285 1.00/1.00 vMB 62
537,551 537,551 0000000000000000002408861d221ba944e76141e07a4a3ba423d922e967b73d 1,762 1.00/1.00 vMB 21
537,550 537,550 000000000000000000185e9873763c2e1821cc5f15118a1914053bd0b569f555 1,848 1.00/1.00 vMB 4
537,549 537,549 00000000000000000013d5110721b2120196e319ec3f0186f25d47b4e2e98d8b 2,103 1.00/1.00 vMB 6
537,548 537,548 0000000000000000000b67e843aed3f5a4f3fd772f126a388df7bc1f384f1846 1,616 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.