Loading Tool

Explorer IconExplorer

Memory Pool

74,794 transactions
28.41 vMB
0.07657823 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt beb21caed5ac9291a9a21bd809f81689004b611290b0f6b4b2be4927ec55798d
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 3ca15e97bc7f04cb66fa3ec442d6bce3ae3064a282a3dcff9b80dd1f5e63136a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01510804 BTC
Feerates: 150.77 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (63,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,004 852,004 000000000000000000000274d65f8b30011b263c5ec8feb20ff01eb579b19ed5 3,155 1.00/1.00 vMB 10
852,003 852,003 000000000000000000000a497f163f2cb321df9b8db3ee979c64103a5d1d1ac9 4,752 1.00/1.00 vMB 10
852,002 852,002 000000000000000000008cadda5a342278085f8e55539a6e5add4437199af253 5,225 1.00/1.00 vMB 7
852,001 852,001 00000000000000000001fd5da47312cc0d877d0ce885168592cc3f638ccbf48f 3,682 1.00/1.00 vMB 6
852,000 852,000 00000000000000000002e46f1afa7d6f61a4df9011cec94069a5286fdb450cba 2,343 1.00/1.00 vMB 12
851,999 851,999 00000000000000000000ca064b588b11b32b04e5ae8fbe8bfc210ee1dc4a1496 350 1.00/1.00 vMB 6
851,998 851,998 0000000000000000000352503e5f80f5409ee5e008976f91f12251c081bd7a6e 976 1.00/1.00 vMB 6
851,997 851,997 00000000000000000001da348b578250d19a0c2f72857c51bb741ee753e5d0e5 3,264 1.00/1.00 vMB 10
851,996 851,996 00000000000000000001be0ff2d3c91a1849333153373ea5a4e20cf7688e05ed 4,463 1.00/1.00 vMB 6
851,995 851,995 00000000000000000003205750a45443f5c7ecd9ec9daf06a8e68e719ce6ebb7 2,709 1.00/1.00 vMB 8
851,994 851,994 00000000000000000003348fde073e7908d1774e8045f687a39350d175192d69 4,457 1.00/1.00 vMB 7
851,993 851,993 00000000000000000000a0a2db2955120418e6042d1ca6f684e1af1eb8bc665b 2,825 1.00/1.00 vMB 11
851,992 851,992 0000000000000000000266f9cd6ca803966862bf860977693f48bceed331598a 3,554 1.00/1.00 vMB 10
851,991 851,991 000000000000000000035ea4159b5b3b961080dbad9ec3031664ae730b86b9ca 3,441 1.00/1.00 vMB 12
851,990 851,990 000000000000000000021eac589eb49a86518af6ce9cda75f268f9b93275add4 3,254 1.00/1.00 vMB 19
851,989 851,989 00000000000000000002bf1c3d7c11e8f57e637aaf8c748f9382bc1ff7836ba3 3,235 1.00/1.00 vMB 12
851,988 851,988 0000000000000000000237c3f8b9e6db3928187b00c1fcc518c47237fe70af46 3,713 1.00/1.00 vMB 17
851,987 851,987 000000000000000000014e8ca3853cac282e1ec0f81649709fa9d2e71e2b11b9 3,913 1.00/1.00 vMB 23
851,986 851,986 00000000000000000002723a59fae82f7093be9d750168acfe61ac0cebc9b527 5,808 1.00/1.00 vMB 14
851,985 851,985 000000000000000000011ee95b93abebf69bb0aa30e5647a8482116ed07cb3cf 5,291 1.00/1.00 vMB 17
851,984 851,984 00000000000000000000de8291d5648a9075544a9cd5f044a542a8d2f6f92f18 5,691 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.