Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,082 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,371 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,081 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,370 (879,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,104 30,104 0000000009c0e6f37f8463c31f442c7ef2816249cfe482ff4a58ec8e80ff5777 0.00 MB 2 0
30,103 30,103 0000000059eff7fc340f901de0404948de7609dc1161f43c9a606dcaf414b9bf 0.00 MB 1 0
30,102 30,102 00000000f780b80f077a0f8f8ce9579ca69b7527cf0be9cbb2d771b50b55cf0a 0.00 MB 1 0
30,101 30,101 0000000038efdd423b6ab270e19b772a7e02e36ec612a7299f3e81d8258eda09 0.00 MB 1 0
30,100 30,100 00000000992e62cf373fd7b4f2862e0bdb1d00ac87733d98cbbf78ec7adc88c0 0.00 MB 1 0
30,099 30,099 00000000f24815dea58b985565de7cee13bfe223045c1aa789bf84223b6b6d31 0.00 MB 1 0
30,098 30,098 00000000fd29433faccc540e09e0c7167cd9a7b5a95f6ce2a5e0906977ce7e5b 0.00 MB 1 0
30,097 30,097 00000000e5a226a318de959aac21331019f0762177de195538f11adccf7ce9e8 0.00 MB 1 0
30,096 30,096 0000000018d74bb51b3212b5e783ba95043d2804cb67d21dd1736a877af2b529 0.00 MB 1 0
30,095 30,095 00000000633474583a7d179911203d72269d1e79c5007056eea48ec858ac9a10 0.00 MB 1 0
30,094 30,094 0000000048025e8f580098378e097e920029351811ce4a0f6043fb87670718ef 0.00 MB 1 0
30,093 30,093 000000007898fff9c0f23ccd91e4d226591b6c0f8fcdc800a2293a9457ca3d4d 0.00 MB 1 0
30,092 30,092 00000000c6f9b7cb76290da591e398db8ca08c82697810e48521f90b4ab448e7 0.00 MB 1 0
30,091 30,091 0000000099c5dcb3cccdc1343fffcc8b1a2fb766bb365fb5f71adb549ba30c94 0.00 MB 1 0
30,090 30,090 00000000be98459612c0a15b9b2bd255d574d23d35e1c5e1fa97b3795c637a56 0.00 MB 1 0
30,089 30,089 00000000d04d1329d735cbd398be363b2a4c220df67bddebba8bc3478754490b 0.00 MB 1 0
30,088 30,088 00000000e1b0293974c3ba76e0e0471ae5c64dce05783e38e7e8c9b63859a475 0.00 MB 1 0
30,087 30,087 00000000e53d63d6d491b9ef319f6506c3b76c867173f7fd9e8ee87f4bf8a6c8 0.00 MB 1 0
30,086 30,086 0000000048688debd4eb821955580f1818e4676ee4e6fe91bfd03b2fac00840b 0.00 MB 1 0
30,085 30,085 000000006a211a9c0aaa399e4a831fd5e5ef8adcd394da01a97235d001192ada 0.00 MB 1 0
30,084 30,084 00000000d6957440795876c3984dcb6612eb3d00a8286e73f4a225887c1695d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.23 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,068.89 GB sent, 109.28 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.