Memory Pool Memory Pool Refreshing

12,746 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (812,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,226 95,226 00000000000602646c5fd61b92ae124ded7f57a23cfdddfa15af5194d29df3a9 0.00 MB 3 0
95,225 95,225 000000000008109732242994585e9aa7d3b265ebc21196281473744c0a275383 0.00 MB 1 0
95,224 95,224 0000000000063514e793d31055e040659abb5a23e670361b65e4311cd4fda595 0.00 MB 2 0
95,223 95,223 0000000000044505cc90f788b23e65f1605295e568ca4e09c0cdce984ff6332c 0.00 MB 2 0
95,222 95,222 0000000000070087c65acf1d7e6a366f7e3e669ab17d616e1808c863ff9260d5 0.00 MB 8 0
95,221 95,221 000000000006db55d18aae8eee2d4794163a54ea7a939c6fbd1b81b3cea02c6a 0.00 MB 1 0
95,220 95,220 000000000007b95ad3043d7ce5ad72b36d6cc41fcf5d35228aa78aa752584201 0.00 MB 3 0
95,219 95,219 0000000000040eed8f7b69a078cb334274bca9a089ef9fe47bc3b2ef129a4add 0.00 MB 1 0
95,218 95,218 000000000007ca08d072af22917f9c0741aa50f9de36054922bd09887d52fd3e 0.00 MB 1 0
95,217 95,217 000000000007393cd488b7af618c1718f59b14bb0843ec46da98285218398402 0.00 MB 1 0
95,216 95,216 00000000000109cda61019139c43777e3eb7f3835cc157f55841f3a5c63b5171 0.00 MB 3 0
95,215 95,215 000000000003e75b7c1c37e589791db90b15643701b2a8cac361b5636f990926 0.00 MB 2 0
95,214 95,214 00000000000083b3b8a10071ea99457dc921af8950135693af4b12eca335699b 0.00 MB 4 0
95,213 95,213 000000000003b2c355335b646d7e00136b834ce96bf501953781a290c8bdb147 0.00 MB 2 0
95,212 95,212 000000000006a8ce2899c163710bdc722272aa14ac4f61fcdf09aa88d01fa4b7 0.00 MB 1 0
95,211 95,211 000000000003255d72de26456e2d741ad1a8bf86a275597fc20b9bda04ac4bf2 0.00 MB 1 0
95,210 95,210 0000000000037b7ee71c348b67caef84ed7e1c3cf8f9ed2d11e511c3471b8c23 0.00 MB 2 0
95,209 95,209 000000000006fb2982c1d52657c7a09e82d2440b80ae1b0fc01a3e0761077b86 0.00 MB 1 0
95,208 95,208 000000000003f4f6f771be4f95c0f4479a91f3ff578d5d18921c7f81c1d46165 0.00 MB 2 0
95,207 95,207 000000000006a7aff246cecd15f7e1b8116272e5d760e037e9858006f9ec5f5d 0.00 MB 3 0
95,206 95,206 000000000005ffcab728b3835263fac89b6f02cb0ccf8c3f6787e7754d008fda 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.