Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,576 transactions (4.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (879,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,110 30,110 00000000d3b3c916bdcfb8c8c528b654bb0cbdb2a275ce7535e4edbe9a212234 0.00 MB 1 0
30,109 30,109 00000000317275fa512ccef94c0dd4bc9c938415486cef92d43d295ab09022a5 0.00 MB 1 0
30,108 30,108 00000000fa0cbc62756f0ee0a70b29f88ebda520cf2c6d0637d7729698eb4061 0.00 MB 1 0
30,107 30,107 000000006186d1904281eaad9692cb46b343fc8409b36322d5898555e8a100ea 0.00 MB 1 0
30,106 30,106 00000000bd08edbb7db8405c8186b712305597ef6edeba6dcd43f537e868c6c7 0.00 MB 1 0
30,105 30,105 00000000212609ae985ec7630c10b0d64cb946b46a8e21951e456cacefb85592 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.33 GB sent, 108.31 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.