Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,485 transactions (2.53 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,252 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,251 (899,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,519 9,519 0000000059b3af167907578525bd8cd41697761192e4aceb2129d9701d13a49c 0.00 MB 1 0
9,518 9,518 00000000ca4019c36fc34ce3485f0bf44ac2439c593b11399059a8ba421b2a97 0.00 MB 1 0
9,517 9,517 000000003035b7da49f22c5a5356017cc50813dbb2b6c90f0a1544bebcbeb50a 0.00 MB 1 0
9,516 9,516 00000000559e947f8b14b23a3270fd3c222164b797d90269dfc2efe59e7d5183 0.00 MB 1 0
9,515 9,515 000000008c8d5c9265bc740fc8f539797332b9c2d19bab4e9b215a9a0a9d2e95 0.00 MB 1 0
9,514 9,514 0000000052ab68c20deabfd537a4f40ce88bbd29bdc91b86fb791a701a7af723 0.00 MB 1 0
9,513 9,513 00000000c60596cdb860839242211d9a17ba734e397636135e7744303d189a0b 0.00 MB 1 0
9,512 9,512 000000009be075c2742955e8cad5aa09390e2e7feffdfecc371bdcae0fb60951 0.00 MB 1 0
9,511 9,511 00000000faac558a7a5266c3c678e53b53b88a619b00dd825395b8e4ca44cdd9 0.00 MB 1 0
9,510 9,510 000000003ef4d27daf6dc6488206e439006466d2b9b3681ae07512e3f8f0a212 0.00 MB 1 0
9,509 9,509 0000000024825a7f2109431ab025d4e49c0c08f4b904d29b7e5251c779deadd6 0.00 MB 1 0
9,508 9,508 0000000050a320dbfdef05548c50321c8acf5a611feba3d7103771f9638cc397 0.00 MB 1 0
9,507 9,507 00000000332b32f70008b5275e72fc2a2d103b2559da7f0679db424c2d2eb928 0.00 MB 1 0
9,506 9,506 00000000e0aa228fd33ef41299c7451f0c1d331ffb77cfcdf27379fa75bac6ff 0.00 MB 1 0
9,505 9,505 000000003c07449ea96a504f5ea2d61107673fa5e4ed9d7add56ab9b8bbf7cc0 0.00 MB 1 0
9,504 9,504 00000000ded0a3a301999ea452d2618bcfc875556f3516fa01772b9ba3f47c9f 0.00 MB 1 0
9,503 9,503 00000000b9ce11097e53e17a5ba46f8b46d086e1b1df167c8ebfc4df79348a70 0.00 MB 1 0
9,502 9,502 000000004b8c683b747f0a827be10e572eaaf511022bf1b32a0d9819b1b16192 0.00 MB 1 0
9,501 9,501 000000004383fe923306472b416c0c2432523b3f5fbc2ca25def2c7155f9b5bb 0.00 MB 1 0
9,500 9,500 00000000436e6caeb22a9132729282c21b123311ee09b5f79f1f061325f1776c 0.00 MB 1 0
9,499 9,499 00000000a54d999e432694f2a5a94a2af153af7647dc830b913d1745a51184b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,031.70 GB sent, 108.00 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.