Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

664 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (885,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,235 25,235 0000000033f6b3dec9d7c5da0dd136cc373ba0e96f31b733dc392594f3dd23fc 0.00 MB 1 0
25,234 25,234 000000007afc4440990a2ba8dfd3d47069bab06c8c2f3ec691900acd09f4b1ec 0.00 MB 1 0
25,233 25,233 000000002d586b038084e10e2c05d45a446b0db57f0795aefdd52831fcafda6e 0.00 MB 1 0
25,232 25,232 000000004833aed22062134c40aab81c85b08b60f1e4f972c6544e5eda5e6724 0.00 MB 1 0
25,231 25,231 00000000d0e37113e17e4c99e8dfcc6303ede834efda2cead9faa781f65aeea8 0.00 MB 1 0
25,230 25,230 000000006641151feb352b154252df087e205d2110ec52df535dbeab8e7497bd 0.00 MB 1 0
25,229 25,229 00000000b0ccc39cf60a88740e3e079798f330b6f472fbd1323c837ddece0f1e 0.00 MB 1 0
25,228 25,228 00000000619d27373d11143e2f257a75e47dcf34f819c6ae746fde2ecbfa62e2 0.00 MB 1 0
25,227 25,227 00000000bd7e52a5312d0cdcec925fc54784c9460a084c1f89cda814835b66f4 0.00 MB 1 0
25,226 25,226 00000000632bb63b1b8b9f066a232ff5c1b86b7f33e55275f0d9cdb0026ec7cd 0.00 MB 1 0
25,225 25,225 000000007c6ed14e98f17055371747e01e12368e0ce76c957cf221e1d0bfcbb2 0.00 MB 1 0
25,224 25,224 000000004fbcd8a200291866b28d6caa2a88b4c8178103bdd653ce865e020874 0.00 MB 1 0
25,223 25,223 000000002cd5265a45d4cc65055b3c9ff7162aa67c545a3a0300580545808c23 0.00 MB 1 0
25,222 25,222 000000002764d483cb2c7286d1dfa52e1a0e1e9ed1174b191da94a28f54f598b 0.00 MB 1 0
25,221 25,221 0000000086e1902d50b1e3bbff3baecfd56ebf9c4968e1ca30f5b95ee3fa1d67 0.00 MB 1 0
25,220 25,220 000000000cf25c20f04a03b41d9c03c46f766fd4dcf8bcdd0629afc4156058d6 0.00 MB 1 0
25,219 25,219 00000000014647baed67d443bf8d6b604b9b3272bfc95180afb565b60943fcd6 0.00 MB 1 0
25,218 25,218 000000009ea4a9aeeef38839c0231e783d66b3437d1665e612d12126aad71668 0.00 MB 1 0
25,217 25,217 00000000d2d647c2b365305092e9e52a09ac604b9258db846e2f2b8243fc7a73 0.00 MB 1 0
25,216 25,216 000000007005913ea3700a9afeadf0c3ae38b238917a5d9358a45b589ba0e374 0.00 MB 1 0
25,215 25,215 00000000900c71797634b84f874f35667acc0b9e43de367622bf2656bfdf7935 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.67 GB sent, 121.45 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.