Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,168 transactions (0.31 vMB)

Priority:

  • 1 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
910,518 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,517 (856,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,166 54,166 0000000012f9eefd8ba2bb0ab117b640cf55f93d5ae057b9c48f312e55b7923e 0.00 MB 2 0
54,165 54,165 000000000a61e009e910281591eca53cd49dbd5f48433c19e373f6de0ceb6e97 0.00 MB 1 0
54,164 54,164 000000000c71ed1013258ce8c5234a27a7156fe0d8f9ac9b66c30993176282ff 0.00 MB 1 0
54,163 54,163 000000000fd9ce65c585b409642a51937133fb31cc2ac7a3ea193608164ed9bd 0.00 MB 1 0
54,162 54,162 000000000a4e5205a22e4ff80373aa3d6fa92e45831627c75b1a3646776cbfc8 0.00 MB 1 0
54,161 54,161 00000000140841e0c86160701e0511ee12c1b981f9b91a6e95e63f1952e41c7e 0.00 MB 1 0
54,160 54,160 000000001271a995e729e82f056b0a047199f81c9a18ef3c6c95d12927879a1d 0.00 MB 1 0
54,159 54,159 00000000058ba8b3d7fe14827377beb08f1a0bebcb198977d6ad37e031e1ea77 0.00 MB 1 0
54,158 54,158 0000000002243ce41103871b3705e63f3bcdcbf4ae77e31bed8f60c9ea9d7f79 0.00 MB 2 0
54,157 54,157 00000000134d5b7adb6bcd127e5e77d9c62ea57f2fce12dd14f3561f4c9253f6 0.00 MB 1 0
54,156 54,156 000000000ca3d0d21230351c883e97c49c4290a299d81c914745e5414f011729 0.00 MB 1 0
54,155 54,155 0000000000de49dca43fbc6a6f299b973a029cba3822f2ea03cbfa5b7cd64f37 0.00 MB 1 0
54,154 54,154 000000000669a613c0d467366da07ce511e85d5afb8755928ece8c2fd193a8f3 0.00 MB 1 0
54,153 54,153 00000000003166c0bb79c356ca02f6ebc0d0598c1099556e82d33dce049dfc1f 0.00 MB 1 0
54,152 54,152 00000000059e3333a67a94c2f0aefd993db03b0b29b091b49d1ec68385822bdf 0.00 MB 1 0
54,151 54,151 000000000d36b3795ef5988a3ba0db0a239d24b2473e9cac8546c9ba453fdfa7 0.00 MB 1 0
54,150 54,150 000000000f60bd033cd801d76e7a2a5e6dd4a7e9db1cc716421619e5d7f386ee 0.00 MB 1 0
54,149 54,149 00000000036bfd4c0f2951fae8ea3dfa0e9541972fe5a7c79bd9703e84266c02 0.00 MB 1 0
54,148 54,148 000000000a44a75a2b3dc590209ff7ea7925f717415e1c40fc08bce2d49659f7 0.00 MB 1 0
54,147 54,147 0000000005c8f249b25321badade1ee3f61b4a2d835545b6a8db4d5697bf1ec0 0.00 MB 4 0
54,146 54,146 000000000a402ff3f617641e316e54f87af4259a333576eb8472af704510e47a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.80 GB sent, 120.29 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.