Loading Tool

Explorer IconExplorer

Memory Pool

80,049 transactions
30.57 vMB
0.08071262 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt e095783ec3a50bcafaeb4f19a45d0242635acf64a5279d821c6e1049bb40c65e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 53f469d5532be79218a3c5444b35c251bcf23a12d2f726f47c1262c7e5663d04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,356
Size: 1.00 vMB
Total Fees: 0.01533585 BTC
Feerates: 351.58 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (277,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,399 637,399 0000000000000000001052785b1c5d048f9b6c587f2852bb34b9b355115cdd39 2,724 1.00/1.00 vMB 47
637,398 637,398 00000000000000000003492dc3b806baac79219c256f397f90e411a5f47e61c2 2,219 1.00/1.00 vMB 51
637,397 637,397 0000000000000000000fa24fda969d034c16ff57c851e06b077700b52fb5a66b 2,971 1.00/1.00 vMB 69
637,396 637,396 0000000000000000000df19d26f444bc8862a7064eae50b873cde7d5f3b935af 2,927 1.00/1.00 vMB 32
637,395 637,395 00000000000000000001878672a9cef8469f98baf1c453333b6c3beb1a0f1e24 2,260 1.00/1.00 vMB 38
637,394 637,394 00000000000000000007ba825ebb8872bf4bfd66a0d47e0d8383b596f64fdf47 1,759 1.00/1.00 vMB 48
637,393 637,393 000000000000000000115480601001b39efe1f661c311d775e418bcfceb2786a 3,182 1.00/1.00 vMB 52
637,392 637,392 0000000000000000001139e75088e0cabf1fec12824f5a41c1d159c5bc727ac3 1,864 1.00/1.00 vMB 58
637,391 637,391 0000000000000000000e30b10293f1aac62c01bf69eaf2ac936955c57e600790 2,773 1.00/1.00 vMB 60
637,390 637,390 0000000000000000000f7ce66652485514e175a8cc7a0f5717fda5489215b46c 3,265 1.00/1.00 vMB 73
637,389 637,389 0000000000000000000970e8181b81c6dc1de2a297ebed60f0337d3b3293a86f 2,604 1.00/1.00 vMB 25
637,388 637,388 00000000000000000009cb40c8b1d6c12d68ba166fe620bc4196d961341dbe4f 2,482 1.00/1.00 vMB 31
637,387 637,387 00000000000000000000a5c3ebbb1160e3746e630255e248bb089f0d06595da5 2,007 1.00/1.00 vMB 54
637,386 637,386 00000000000000000010784977ccbb07c2fcfc1cf18283de115c0dd543d4ebbb 2,305 1.00/1.00 vMB 38
637,385 637,385 00000000000000000004ca6b9e1992e612ba80f8e2c8f22967c006e4c31ace69 2,795 1.00/1.00 vMB 31
637,384 637,384 000000000000000000023cc152a021a7cb7ae8019b8f99a277789fc2c972e2a8 3,048 1.00/1.00 vMB 47
637,383 637,383 00000000000000000009110775c7bca292d50c309c88ec149835ad2718a41934 2,815 1.00/1.00 vMB 49
637,382 637,382 00000000000000000007d6e2922bf464cd178e5b23ecb06bccba87894826443a 2,557 1.00/1.00 vMB 62
637,381 637,381 00000000000000000001d357767383f218fcb1e2dc487b16c0c2b49d93777c70 2,802 1.00/1.00 vMB 49
637,380 637,380 0000000000000000000c131a1a109d6b11894ec819b6f8b2fb5554fbfc9650a0 2,950 1.00/1.00 vMB 66
637,379 637,379 00000000000000000010336b7733062ed79a27c4ba768fdcaed88bb21d303a47 3,211 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.