Memory Pool Memory Pool Refreshing

785 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (823,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,045 85,045 000000000025f8910576e4c48a9e92292a301b4af75a0e1eb1ed8b317864d6a6 0.00 MB 2 0
85,044 85,044 00000000001ae78f07afe0ff524fb0ddb4a467928be3ba7d49c7ee12df05a443 0.00 MB 2 0
85,043 85,043 000000000022a8d41f1c89d55bc4436582fbdcfdc9a96384811882b085a41ee4 0.00 MB 2 0
85,042 85,042 0000000000070509928409b6fa817ade0c9aec92f13f6f83ce9768d75d014ce8 0.00 MB 3 0
85,041 85,041 00000000002540671db60dc78c3764282a173db59f8d023e965a12afa499fde7 0.00 MB 3 0
85,040 85,040 00000000001189b9081123ad0c1f4fdd31006260a85e512393ecfbbab133c622 0.00 MB 1 0
85,039 85,039 00000000002609f4eec673838ad725907e840729a138335d75cfdb25ab6b12a1 0.00 MB 2 0
85,038 85,038 00000000000ea88755280ec4160bdc9b289a4f47871b3b2df248290c5f3f45e0 0.00 MB 2 0
85,037 85,037 0000000000247282e799429628a03bb69355c74b5c27ac816b6b006c0d2501f9 0.00 MB 2 0
85,036 85,036 0000000000123e3a4ccd09efc4e0970c300f670ca8ac14842824ff589c208e13 0.00 MB 4 0
85,035 85,035 00000000000df5f396478cc91c45cf0210f8cfa2487f501ffea5f44b89712524 0.00 MB 1 0
85,034 85,034 00000000000524147012d65f8c87a5ab61709d256600656d16fc767cb51964e3 0.00 MB 4 0
85,033 85,033 00000000001d57494250cc8ea5a2a60088868800bb46f9e2f07b6acbe2425165 0.00 MB 2 0
85,032 85,032 00000000001d1fe0d21d009910f207e8ef41e74df646fc963dba8cb40ef6f4a4 0.00 MB 1 0
85,031 85,031 00000000002a72fdf8103ed76927a7fcad0ce42aa429c00dd1ef9e4bce14a604 0.00 MB 1 0
85,030 85,030 00000000002f2b3909ba24f431c15476266769f73acba1350e0fa4779dbdf4f8 0.00 MB 2 0
85,029 85,029 000000000018c2441d827dbe1360c63fc98d4a0c0aaee6d4325edd9018206e01 0.00 MB 7 0
85,028 85,028 00000000002c59a1d94cd04b74805b85e14703e294bedfcee9199e22c8a1e54b 0.00 MB 1 0
85,027 85,027 00000000002b823f5198ea3e0c017f852f4640ca932c831741adaf823745eae6 0.00 MB 3 0
85,026 85,026 000000000006aae1bf07cbe5f141d8e7f1048ac55d492e6b8ea61894009db3ee 0.00 MB 4 0
85,025 85,025 000000000012d6b71cf87335d5c6c2f5c3ba6a1d3bee3af978edd8f051396b2b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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: 1,849.82 GB sent, 101.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.