Memory Pool Memory Pool Refreshing

2,009 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,240 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,239 (800,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,448 107,448 0000000000000ce64c865d7806e719956bcf85c111c72918e24bc3b5f6499575 0.00 MB 6 0
107,447 107,447 000000000000e302abd5d6377394314893bf4efcf00b1c97bf9d6dbd30c70f3e 0.00 MB 13 0
107,446 107,446 0000000000004944934e837abe6ccfaaae9d456a9bb8b9c6a193985781ea8cdd 0.00 MB 6 0
107,445 107,445 0000000000005472986fb132590e473431035b4973b1d6c4262182e1d3b43885 0.00 MB 6 0
107,444 107,444 000000000001762606311e97ae9be18b8b012fb3acca7636539dfa57a5bf2e7a 0.00 MB 5 0
107,443 107,443 000000000000214863684eb69d8b6c8a5fccf9ef50df3ca655293d9f1f2ef7f0 0.00 MB 13 0
107,442 107,442 00000000000046d30e8276636f381507a943e37291616f95f7724895a3495bda 0.01 MB 23 0
107,441 107,441 000000000000e8fc6718161322bc54f1af37b07a63407ccc2d98dfed9b6f09c2 0.00 MB 7 0
107,440 107,440 000000000000d6c7455adf213ecf5f0ee063b0a76f42737d67800e715b219077 0.00 MB 2 0
107,439 107,439 000000000001e78b4a9dbe92ece11021b79f8095deba8b41dccf4741f2dc781c 0.00 MB 3 0
107,438 107,438 000000000001361d9ec520dcfdac0d4138c2f02a19eb7de54f80c7c39e938082 0.01 MB 28 0
107,437 107,437 0000000000025fc4906411f6e1b9ec4507a2f8deb58d90fa395684dbafd6b174 0.00 MB 12 0
107,436 107,436 00000000000121deedd20549c186e6f884b8a18c7487b1981b4fb771ea30d13b 0.00 MB 12 0
107,435 107,435 000000000001f1b22b37384cc9922dfa40a88b9caa2770b616459233a219272e 0.00 MB 2 0
107,434 107,434 000000000000d781e32dccb8e1b54ffeefafbe01d8eaa303898b852a3481c992 0.01 MB 21 0
107,433 107,433 0000000000004c5234317e0989660bf7b2b22f6650ae55e059fed3d540d818f9 0.00 MB 12 0
107,432 107,432 00000000000078afa6bc00ac0005f4c973817476239a8e41adfac291ad54c862 0.00 MB 9 0
107,431 107,431 00000000000261c67846e371cf58fd30888efcc7b7791e35b0838d1e2b9ca363 0.00 MB 6 0
107,430 107,430 00000000000275cc4c4b6fc40f8a45bc2e6fe35173641ea287b4783563c17c63 0.00 MB 1 0
107,429 107,429 0000000000006afe05896fa155c3fa6ac9d2ae346505c12c946d96e331298532 0.00 MB 2 0
107,428 107,428 000000000000ed41d632fb54d41a0887ab5125e06320d536f31c7686a8aef5e6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,687.38 GB sent, 97.84 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.