Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,097 transactions (2.73 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (851,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,029 58,029 0000000012e41737098b697097b3c7c443ddeef798b927985e5ca8db7376ecc1 0.00 MB 5 0
58,028 58,028 00000000030c32da4b32289cbb4d8af8db33fcd304c9ecf07a8d3e626b7f2c32 0.00 MB 1 0
58,027 58,027 000000000b8873af64b745c3b736d82bb2d712c6b8c50ce5985805addfbcc5e7 0.00 MB 1 0
58,026 58,026 000000000a6c948d0d53b5f7db6b190ef3dae0c2ae5fa5caafb5adf84a7d62cb 0.00 MB 1 0
58,025 58,025 000000000c2757306c91fe2505355910566616de737f95b26107aff3bcfb47a1 0.00 MB 1 0
58,024 58,024 000000000c219d6710a0951c5384f862ef3aa816f8da2bba39434b7da723d78f 0.00 MB 3 0
58,023 58,023 0000000007fc7dc9b1f9686efd1eb48b6d8df5672bb90c19cc2ebe21d294d974 0.00 MB 1 0
58,022 58,022 000000001127e13dfacfd6c843caf1994a67c9d7294187fd0ed50e4cc17de0b9 0.00 MB 1 0
58,021 58,021 000000000a04f46aae1009f2d038f67a8c0f1b38a1df1ffd741c2c2fcf7fe468 0.00 MB 1 0
58,020 58,020 000000000804880305a30467f73ea19861407ec0a5e9db55977ad49fc74188cf 0.00 MB 1 0
58,019 58,019 000000001258a2dc6e0a26db100c5bd393722123515a92570c5004c5987d1e4b 0.00 MB 1 0
58,018 58,018 00000000149cced47d56536da007027db823c5931f83a1e3f61f291babe68513 0.00 MB 1 0
58,017 58,017 000000001299d4fac33629ad3cd4d513aeca5314259ad8bcaa5e76022dabdcc6 0.00 MB 1 0
58,016 58,016 000000001099016ecbb78c654b94e6554b4a96770e02e634fa3bece348216af9 0.00 MB 1 0
58,015 58,015 000000000471a5eba51a2becc8334c2b167765799088862c8698f9e65f2e6a53 0.00 MB 1 0
58,014 58,014 0000000010bf6e143b620d7da8bef6e4aa22f8f3abbcf161f99f05a3b8e5b18d 0.00 MB 1 0
58,013 58,013 00000000055cb0896b21d4fcacf72224709698db0efaf9445756a602020bd5ef 0.00 MB 1 0
58,012 58,012 00000000025fe5763d055dbff6ec86e1014382477d0f0282f84869a21eaaf652 0.00 MB 1 0
58,011 58,011 000000000f8a501ec9b35668536c810760937ecdb8e6d78b48bf53578e5147b9 0.00 MB 1 0
58,010 58,010 0000000008bd68db6a8edcb00cfdf1d5ea2f0b034fbeca4207fcf8f2b3a362f9 0.00 MB 1 0
58,009 58,009 00000000018d2a38e2f26fd0d9cf5f11e560e5d175c23ca1c94b854c1209423e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.68 GB sent, 111.21 GB received

Notes

  • This page updates every 5 seconds.
  • 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.