Loading Tool

Explorer IconExplorer

Memory Pool

39,472 transactions
28.64 vMB
0.06570311 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt 2b366724c0aaa7c20b5312082770378ec872e38d1fc6e0b36e143cac1e98e760
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root a575cd7f90d259c5eb1fb7acb94f416a863124834aa9fbef16d62556d44060a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.01038383 BTC
Feerates: 401.97 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (471,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,841 442,841 000000000000000000809e340eb5e5c150e7018d58e49c83dd8a2a16712bcba5 2,498 1.00/1.00 vMB 81
442,840 442,840 00000000000000000393921fff3e6b187ec86597c28301ca330b141c4a0db1c5 1,956 1.00/1.00 vMB 80
442,839 442,839 000000000000000000e7289d34e21449369ba33b252e6c13ea27cf7e390f966f 2,156 1.00/1.00 vMB 102
442,838 442,838 0000000000000000021cb1d1f7eadfc93729f72ef1a831e2646e438ed57d0f34 2,410 1.00/1.00 vMB 101
442,837 442,837 000000000000000002ef52a5253f2dcdca106ee0588e2e2569a03af873c413ba 96 1.00/1.00 vMB 6
442,836 442,836 000000000000000002908605295a205969d6cab5fd9922d6410bdb50ee48f8c5 1,489 1.00/1.00 vMB 59
442,835 442,835 000000000000000001d46eefe8d369950e20ab4e19ccbb2a889d7cbdb2a37d43 1,607 1.00/1.00 vMB 50
442,834 442,834 000000000000000003318d70ad15ef0997e2586ce5ab181f7b4249e00a922ccf 1,641 1.00/1.00 vMB 45
442,833 442,833 0000000000000000005f26218e3e38ad213864d3984a9968fae3211c02ab9160 933 1.00/1.00 vMB 29
442,832 442,832 00000000000000000007f7a51e56c525ee5a1b7819b2465ad65753558ef722b2 682 1.00/1.00 vMB 28
442,831 442,831 000000000000000003a59f7fc951292a08120263039192d035e387514043d3cc 2,206 1.00/1.00 vMB 48
442,830 442,830 0000000000000000004822fc716a38872befb15d4084795111ab497db2c6e439 2,372 1.00/1.00 vMB 61
442,829 442,829 000000000000000002b9ccb4b4e0ec9d78ae4c519a61b31d7cdcdd32cfbe25be 2,346 1.00/1.00 vMB 92
442,828 442,828 00000000000000000375e5cd48f89fbc07b348e3dea712da1cd5ba006c044650 2,471 1.00/1.00 vMB 70
442,827 442,827 000000000000000002f0cb261f9aadec4425b16cdf374fb55443ce6e89e0df55 1,762 1.00/1.00 vMB 103
442,826 442,826 00000000000000000206ff8d7fb1a20bf65cf67783505a57e17972fbf7d49d3a 2,126 1.00/1.00 vMB 95
442,825 442,825 000000000000000001fcf1c56a08f44e16d8f1c58199e5991c00d6ec37ea8907 2,128 1.00/1.00 vMB 56
442,824 442,824 0000000000000000008f88b21b8abac6b1a17cf7abe23b0085acd49cf0c2bc65 2,648 1.00/1.00 vMB 98
442,823 442,823 000000000000000001a7598e03c0421dd060363995f008f3365e41df5e18f248 2,058 1.00/1.00 vMB 60
442,822 442,822 0000000000000000011e5edcdb686d90ed7bade7a2bf45f66e6ac78da0029f40 2,243 1.00/1.00 vMB 64
442,821 442,821 00000000000000000030425c758242ed44ad67ab74097cfea0adac3739b48e35 2,851 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.