Memory Pool Memory Pool Refreshing

195 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (795,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,376 112,376 000000000000a82304e78b8d651c829aa81ce29a5071a0757cf1763634c2344b 0.00 MB 4 2,590
112,375 112,375 00000000000080169bad40b0e88eb2b8f8269806c7c494d04aa45b841bb3152c 0.00 MB 1 0
112,374 112,374 000000000000efcac9978dc59cdfc5c7a0317f4d6a10ecd6efd76365f9994d13 0.00 MB 1 0
112,373 112,373 0000000000006e3f7714bbea7f9ab936ad06375446278530bcfdbe28c8d22172 0.00 MB 11 1,898
112,372 112,372 0000000000009042c5eb40a7dd3d95cedd26349042e31b6193dbc051a82481db 0.00 MB 2 0
112,371 112,371 00000000000021dec3a092b51128a5b38b756f77a6afe7ec4f534ef06e5c5a63 0.00 MB 15 1,483
112,370 112,370 000000000000a9bcd01a9fb712bc487846d501c0d0b989b5fd36d7198888a7a9 0.00 MB 18 477
112,369 112,369 000000000000e6e187f179e1e571d633cbc1c8e64cc34475ef4f621f6d9a2299 0.00 MB 6 0
112,368 112,368 000000000000241444486bc40f1f4e9e35f6e229a544f033f34bf135cdbe1721 0.00 MB 9 910
112,367 112,367 00000000000095da1683e202d9554ac78dc0533d3fa45b496cd4ed75bead1dcd 0.00 MB 11 1,264
112,366 112,366 000000000000905a7f03b35ecb2fbe3e5d7ef2a6085b76a541243f7aeb377a75 0.00 MB 10 672
112,365 112,365 00000000000124e679d4830300ced5a839fd8462587960f9b68bd843eddf2839 0.00 MB 8 0
112,364 112,364 00000000000105b26e6400c7f4a724545479e0bf6dc40d075ffa99774e857254 0.00 MB 6 0
112,363 112,363 0000000000001383211fe886cb2eabdc8d4eedf54715aa81df6013330ba6f008 0.00 MB 10 0
112,362 112,362 0000000000011f5b9cdf0f2795e163f356f57e7c44c9201961995e2b5c53e87c 0.00 MB 12 1,262
112,361 112,361 000000000000a3e29340948d71d3dbe8522984fa15e7bfe0bea05e8b5f72fcc4 0.00 MB 10 339
112,360 112,360 0000000000007bda98483c5f11afc1b7f01a2f096108f8b261b41b450c621210 0.00 MB 10 706
112,359 112,359 00000000000125ed1c0195c09db5f1668afc57e3909b16f6583b4b59a5705859 0.00 MB 13 921
112,358 112,358 00000000000018558dd5e9c77a7baef89e462589cd104b66489b4ed3e5339bd0 0.01 MB 23 351
112,357 112,357 000000000000dd8ccd02b136a5c00f7dd8592d94837e088daca36232bd61fd85 0.00 MB 12 859
112,356 112,356 00000000000021b00511c402f2e8ef8a303a57bd3cc85b03e8895482f68657d5 0.00 MB 11 348
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.