Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,766 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,833 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (160,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
751,201 751,201 000000000000000000016e8905e6f383a8861dd5ad9d776da726ba267c7eb7f1 0.35 MB 583 8
751,200 751,200 00000000000000000006749a5550ab9bc74e5dd4b0253cd1d24a040403bfbb7d 1.49 MB 1,772 3
751,199 751,199 00000000000000000003f7804762cbab9c25ceab573704f5f7cbab19ca19379c 1.63 MB 2,668 6
751,198 751,198 0000000000000000000391a221f88d2d3e5902cb089c56cfbe9b88cb0787c094 1.41 MB 2,493 13
751,197 751,197 00000000000000000008bf9ed84ee77176fc26241b338aa526f4886450ba332b 1.38 MB 2,235 15
751,196 751,196 00000000000000000001030d770c3a4c19eec225f1bbe9fba9f79a4f5fe2ea59 0.10 MB 225 8
751,195 751,195 0000000000000000000362bcae8abbd57cde1342162b17dc7b1bab66c742cf1a 0.89 MB 1,558 8
751,194 751,194 00000000000000000003780129da4a7f8c458b75db625dcc0ca5d09e176ee2f5 0.48 MB 902 10
751,193 751,193 00000000000000000002288b04e0c3efe000bc5819465f79db4964b9ff730ba7 0.07 MB 180 11
751,192 751,192 000000000000000000082c0f7b802383dae31e407e2aa2f3cf938a0724870829 1.10 MB 1,896 9
751,191 751,191 00000000000000000001e54bb824fefadb647e7ed09d656f8435d75d17094788 0.07 MB 126 7
751,190 751,190 00000000000000000000c765e685bd0e259cf9956ae39bafe9b1cb4e626e6fe3 0.08 MB 199 8
751,189 751,189 00000000000000000002519a846fc5ff02a22349638e26b4c3fb38661b6b5677 0.23 MB 127 3
751,188 751,188 000000000000000000061f05d749575fbd30d80ae5ef6d04b090e20998443fca 1.23 MB 2,038 8
751,187 751,187 00000000000000000002a3857f52874cd992389177fcdf520dcfdadfe077a170 0.52 MB 763 7
751,186 751,186 000000000000000000074e2d8475fc9d389d664ab116c0a15c7f4a111d83d950 0.66 MB 979 8
751,185 751,185 0000000000000000000465a2c9baf60bfa3130f9e945089597dbb0108cff7fdf 0.02 MB 48 7
751,184 751,184 0000000000000000000771d8fe0ddf989b54d0c5615adcc847805fa29933e522 0.93 MB 612 4
751,183 751,183 00000000000000000009d660d2de85d56d9c5087217ce4f5709aaafdb95f4c71 1.47 MB 1,745 3
751,182 751,182 00000000000000000006c6831bb29a35064a2851ec330333fa20d4181e31e937 1.50 MB 2,418 10
751,181 751,181 000000000000000000059f7090fbf9e7017021ecf7b06aad2011112c0ae44c3c 1.20 MB 1,217 9
Previous 10 blocks ↓
Total Size: 776.78 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,466.96 GB sent, 132.47 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.