Loading Tool

Explorer IconExplorer

Memory Pool

41,909 transactions
26.50 vMB
0.07120572 BTC
Random Selection Loading Transactions
Max Size: 137.96/200 MB

Candidate Block

Mining Attempt 8d64b6fe704a04090bd7201e7631960c09a1f5b6babc97f5dba222a29f837fd1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root e6a39464fe0798ba0ee2702e9d86f8d5c514731a5e9483511b77a370f121ffd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02242757 BTC
Feerates: 99.53 > 2.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (234,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,751 680,751 0000000000000000000ad7c72cc5c0140d7b12b19db0e612b0f4a8ae06d7c957 2,896 1.00/1.00 vMB 179
680,750 680,750 0000000000000000000532e90a86d66c156817fa90be9f5337b963b9da3ee03a 1,183 1.00/1.00 vMB 190
680,749 680,749 00000000000000000003d2f34e53f03a6f46bb304b3251cd7c5ec79c4a258874 2,605 1.00/1.00 vMB 218
680,748 680,748 0000000000000000000279855235452f90299749b9ea669947a8b6d5d9308de0 2,782 1.00/1.00 vMB 167
680,747 680,747 00000000000000000008521d9b7ee834a695ac17887d3ec6e41c5c023dde77ca 1,957 1.00/1.00 vMB 93
680,746 680,746 0000000000000000000277c5985bd269d6cc108a8227abfd5bc2fca04fec420f 2,012 1.00/1.00 vMB 104
680,745 680,745 00000000000000000004379018963de3650ad9b15ca79a3f6d6510afea817892 1,479 1.00/1.00 vMB 181
680,744 680,744 0000000000000000000895a78207e604e704f8cca3e1d7a68bccb0d74ddfa446 2,395 1.00/1.00 vMB 134
680,743 680,743 00000000000000000008a6bec3996de5a002eaf8473c2d52541e9e04bb4999e9 2,619 1.00/1.00 vMB 115
680,742 680,742 000000000000000000099ba94e05cc67c0572551e2f5c6bd56058aad8e7bd939 2,679 1.00/1.00 vMB 175
680,741 680,741 00000000000000000007544ad8c514bb25b6e452ed7478cbf4969c3e73dd9920 3,267 1.00/1.00 vMB 136
680,740 680,740 00000000000000000007a7fd8f716bfa0ac02a418fde064d13fe858de5f76bbc 3,139 1.00/1.00 vMB 125
680,739 680,739 0000000000000000000171999d4d2334d1bf1043312be0e30ffb11d84e85d75e 2,177 1.00/1.00 vMB 171
680,738 680,738 00000000000000000001474378e5afe3cf22bcf0bad2a4fb652fe8344a31802a 3,029 1.00/1.00 vMB 211
680,737 680,737 000000000000000000023adbf19386185ceb031c5140817cf55446c27341caf9 1,719 1.00/1.00 vMB 167
680,736 680,736 00000000000000000000f8c866fa95e7a9fb4103dc3ef07f9e1d54246e476a8d 1,253 1.00/1.00 vMB 184
680,735 680,735 000000000000000000021f5ada90c25d6534d8c84a8913a02b7fa6eae44ef83c 1,669 1.00/1.00 vMB 213
680,734 680,734 000000000000000000035eb20463e6a6c021cc8a83dca3e0350825d8b5da3e4f 2,489 1.00/1.00 vMB 161
680,733 680,733 000000000000000000062ba877d3e27a9d70c5c9ed247ce31ed8599d5803caca 2,685 1.00/1.00 vMB 180
680,732 680,732 0000000000000000000720129cb8108cd89f667404148857b3468fdf253292dc 3,055 1.00/1.00 vMB 167
680,731 680,731 00000000000000000007e5aadf35d70eaa8ee7427733566fde72bc414549b04f 1,761 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.