Loading Tool

Explorer IconExplorer

Memory Pool

38,175 transactions
28.57 vMB
0.08860184 BTC
Random Selection Loading Transactions
Max Size: 144.37/200 MB

Candidate Block

Mining Attempt 8b79399973e89c058e27f556f93b9d6f0ad95b9b285bb97de30bdb242286fada
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root e89945289b29c5ea811b35a1b733a9792ac3f2b6ff1e0ca3dcfeb2f03733828c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,833
Size: 1.00 vMB
Total Fees: 0.03346773 BTC
Feerates: 101.65 > 3.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (471,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
442,820 442,820 000000000000000003abe7364c8da84b4a4a46b0cbc511d7fdf62dfcaa3f0d50 2,538 1.00/1.00 vMB 97
442,819 442,819 00000000000000000321ef44f314b290b6952b7340ce4e3d17a9e1b807d0a3f9 2,235 1.00/1.00 vMB 57
442,818 442,818 000000000000000003c9ba835ea994c61e1a45a56f6101e25fc2ce4f9286cd05 2,148 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.