Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

908 transactions (0.30 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,535 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 896 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (852,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,916 57,916 0000000007e23a44c60acccfc15e952c853cfee2dac00de53980e9566ce7a613 0.00 MB 1 0
57,915 57,915 000000000d50804c59496625b6e5fcc21037ddb7db3d0d18644d060b4ce8b4bd 0.00 MB 1 0
57,914 57,914 0000000011b46500702f8356a314819905c673de978b9729b5969af0073bb7f4 0.00 MB 1 0
57,913 57,913 00000000104f8a05ab5fed7a7f3471be7469657f660331f7eb0ada64a361b86a 0.00 MB 1 0
57,912 57,912 000000000167cd05e5ca677d34c5cbd265341ebce4bd8edce531d6ee42dbbcd5 0.00 MB 1 0
57,911 57,911 0000000008ec67ca18a0d6226ff6a64731f2cca9d2a88b166c8b1c0dd3d2e58c 0.00 MB 1 0
57,910 57,910 000000000ea464f4b65bd52d17cb74c2583a9fb98c78f3ead3f7456f068f64d2 0.00 MB 2 0
57,909 57,909 00000000109c0133bad9bbd7ef0869ca4e3a49e5c08101ff14b65f0aa315a521 0.00 MB 4 0
57,908 57,908 000000000f76f159b5462d12d5dddc16950759336ff5df7d06a583cb1509dfe0 0.00 MB 1 0
57,907 57,907 0000000011df30a1d6461cc4ee560cd81574db92a84142f8bb3f1b262dace63e 0.00 MB 2 0
57,906 57,906 0000000011708daf8ed1ce5fe2acdc038b1d3478c3b72f9f0266878d9790c6b3 0.00 MB 2 0
57,905 57,905 00000000124c477f9b280a491c2ccb1b3af935ba8c37dbc76553e08fb7ff988a 0.00 MB 1 0
57,904 57,904 000000000d3594788b15788624f781a7b0f3763fcc0f16d9832eadb8fd2c14af 0.00 MB 2 0
57,903 57,903 0000000003c5c9b633bb972040ed8581277d68c273007e51f64e3a4133c28638 0.00 MB 1 0
57,902 57,902 000000000f2c0f7cb2c9a9475f3f06820fc40d21171d1313769bded243a3acc1 0.00 MB 1 0
57,901 57,901 0000000002c2b312456137ec0d2c3a36dd6b76e8b1eae124b0bb14125d44d9af 0.00 MB 1 0
57,900 57,900 00000000134b4618ea4b556ccb33dc77a46106acf8e76945bb097841a5b3e522 0.00 MB 1 0
57,899 57,899 0000000006526cca3c8b393caf15639acef8f3a71831af7cc0df673f2cb34814 0.00 MB 1 0
57,898 57,898 00000000023eca5a4f83f0c55d7bc1c49379b0d9e518da332b3625fb98bc0d4b 0.00 MB 1 0
57,897 57,897 0000000011312dedf92584314008f4ed4c49668e29514071f9ba5f7c9c1b5b17 0.00 MB 3 0
57,896 57,896 00000000027e75c604b534032bbb099d1949c36f16dee6174be40558ac5b576e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.91 GB sent, 120.40 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.