Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,392 transactions (4.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,086 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (206,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,172 705,172 00000000000000000003b16439aaad3308d2e0916f0f0ef62b07a5c966a8d7df 1.56 MB 3,101 19
705,171 705,171 000000000000000000073bc50abac789068b42074f715569f6154ed4876889a6 1.54 MB 3,064 17
705,170 705,170 000000000000000000018bae066934ee04ca54015de3de87ed979ed599a9940b 1.33 MB 3,173 38
705,169 705,169 0000000000000000000d6df85f1bbc8b60f334a0874c392b6668053ca467b131 1.50 MB 2,731 15
705,168 705,168 00000000000000000006dd740e0ac3c238dec93ff9d53289ef36ea1b199750b4 1.51 MB 3,214 12
705,167 705,167 000000000000000000090e45e3ed6d3e54e2d5178a487987960e9167ccc4adf1 1.62 MB 2,769 16
705,166 705,166 00000000000000000002218da215f0f2019f1858d521c3ec64941003f0e54fb5 1.42 MB 2,629 16
705,165 705,165 00000000000000000004e37a0dff48bb2290c8c0856e518c57f7bbe54fcd27b8 1.48 MB 3,008 18
705,164 705,164 00000000000000000007b58af367b31daebff41c6eeaa459e5b8fb256ea04939 1.47 MB 3,572 20
705,163 705,163 0000000000000000000da6ddc806f1b7e870080b100d889115bd3cffbe42f646 1.48 MB 3,248 23
705,162 705,162 0000000000000000000137908cacb17e9d5d5ccf59fa6cb0232382ffcd405bbc 1.45 MB 3,249 28
705,161 705,161 00000000000000000001b7cf74a3efacc55e24681dc9b5e415d74685dec24568 1.50 MB 2,994 28
705,160 705,160 00000000000000000009d3d0213f0ad88f001f5fe64befcfad7e47c50188f07d 1.09 MB 922 12
705,159 705,159 00000000000000000005241fc7fe4bc1694231d80600c1a5e7594215953d164e 1.39 MB 2,474 22
705,158 705,158 000000000000000000075a188b50f612af8dad6607a85d5e57019ca4c0037ced 1.48 MB 3,095 12
705,157 705,157 0000000000000000000d1a4b7b2bcf251a7e5277c2bec59815261fea6e1c9907 0.00 MB 1 0
705,156 705,156 00000000000000000001bdeea1155ceaf3059bc35be514c18f6c098e3e570f93 1.43 MB 3,197 27
705,155 705,155 0000000000000000000a23bd0c31b4301980cbf00f6112ad7c5112328e0aadb7 1.57 MB 3,349 19
705,154 705,154 0000000000000000000b2100b017491aaf3da4faf86e6360a512a0540ecec40d 1.56 MB 3,252 16
705,153 705,153 0000000000000000000b9ec98c2d8e6cbe06454cde951b58c1eac9d44995a33f 1.54 MB 3,796 14
705,152 705,152 0000000000000000000693545994b6f678c55aac15ac97a9ace3966307d468cc 1.57 MB 2,858 17
Previous 10 blocks ↓
Total Size: 776.96 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,493.44 GB sent, 133.32 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.