Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,244 transactions (0.42 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (888,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,524 22,524 000000005b7eb9442202e296d6b70655a00e556f539bf8cbc78e3626c9adfc02 0.00 MB 1 0
22,523 22,523 000000000bd9951f380abb1a2ada5fdca0feb59c0896998b86142cbd22f59482 0.00 MB 1 0
22,522 22,522 00000000883e730edd913cab8f48fb745d0dbccd5501c0adcc71dae8d5848959 0.00 MB 1 0
22,521 22,521 000000001a28f5ffb1f717820851ef7ea45876df8305be4eb2a41cf29f9a4493 0.00 MB 1 0
22,520 22,520 000000009c821071409736e2ecc434668449ee12abfb1bd596edf0980f498bcb 0.00 MB 1 0
22,519 22,519 000000007a9bd5ad8c9c25756b47b99660b7d32cf52b1a87bff640c9c0ff8912 0.00 MB 1 0
22,518 22,518 00000000a7952fb107a8d14f7d472d0aa4205d9ec14e8e4871592517d33c00cf 0.00 MB 1 0
22,517 22,517 00000000a8a6371f86f0228480aa9ea1dea6915bcd8a46cd0fddf0259f50e732 0.00 MB 1 0
22,516 22,516 00000000415ecd280c8b9478a453f1626f99a39d4e13527a2c3b93249f8e879b 0.00 MB 1 0
22,515 22,515 000000002eedfb76a0e5ad2db636a00f91ba454ff6ece7c4af5e08819de8e76f 0.00 MB 1 0
22,514 22,514 00000000a90332018f39d0a872712451912c54ce8060a8d8a24b9acbb62a8f5d 0.00 MB 1 0
22,513 22,513 00000000d484b9c2ec75953e4e8f0adb58c26694bd32c42ddb3a2fb3edbcb603 0.00 MB 1 0
22,512 22,512 00000000ba8e9230e01cc4099ec74d84d47b10e8ce641b35ab86b369291be937 0.00 MB 1 0
22,511 22,511 000000003f797261bb925013f0a01de5c057fcf697a7c7e4ba9ba168eb614ebd 0.00 MB 1 0
22,510 22,510 0000000022a98ca58b2bbcacdd798fdba2540b9c1adb9bf51aead1121edbf98b 0.00 MB 1 0
22,509 22,509 00000000718c44961b374c0f50a66a2eeca6c7646aa177478490744be5e7d9d9 0.00 MB 1 0
22,508 22,508 00000000819cc319344b4a94a06bdfcdff3dd3a598d9db924c0a50a8d7bc517b 0.00 MB 1 0
22,507 22,507 00000000c9bce71ba6b9149270c30646f4bde0fabbd8627e27025dfb3ac30795 0.00 MB 1 0
22,506 22,506 00000000c9289e1a8a08e6e106b435739231a72e841b45e62bbc929c94acdb53 0.00 MB 1 0
22,505 22,505 00000000f635b60f9e82c733dd1d7f6e74b4a4a7d62063f385cf8ea6913b880f 0.00 MB 1 0
22,504 22,504 000000008164132db6d70606761e314253dd875f167cfc9358dd05640173e547 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,291.23 GB sent, 122.03 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.