Memory Pool Memory Pool Refreshing

435 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (369,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,493 538,493 0000000000000000000c23ba71b484512636b7319c5f0298d2ad67a03fbe5a73 0.09 MB 245 15
538,492 538,492 0000000000000000000f61e92530b69128c701fc20488c4e05309a4f6af9cb00 0.66 MB 1,354 22
538,491 538,491 00000000000000000029555d6ea2e5b1cf33bd679bbd0a0c9a5a67340b6cd03c 0.13 MB 222 13
538,490 538,490 00000000000000000010eb5f693e8525f18c6c39eaa50989687cb9c272000e8d 0.85 MB 1,686 25
538,489 538,489 0000000000000000000590830393bf4469825927df5557cc6ba3f7331327a8c2 0.30 MB 638 8
538,488 538,488 0000000000000000000fa8ac4549280b713c2fcb20b4da8d6c18ee8df1e24fb9 0.07 MB 157 52
538,487 538,487 0000000000000000000a66b2a2152e0f9b3a190100f830bbabce6240b10d0e87 0.73 MB 1,778 23
538,486 538,486 00000000000000000026124e53ee7033b26e57cbccbb8c2c52f82cd9a635b2b9 0.45 MB 1,103 23
538,485 538,485 00000000000000000013891a56f17314b420eca5f201f491cf0f4d0b616d40ae 0.33 MB 484 19
538,484 538,484 00000000000000000020274ffc35105f1862e3eb7a35a6b6684cd388b9c53963 0.17 MB 380 15
538,483 538,483 0000000000000000000c3507b715eae34cdb0a9881da7394cee8d25ccde561f0 0.21 MB 458 26
538,482 538,482 0000000000000000000e4f14a3813f137c9d29da5c0ab1f5e0a331c30b8703f9 0.09 MB 144 30
538,481 538,481 0000000000000000000b6ab7a3110865a6626644c6598f8b9859546e7dc4c924 0.43 MB 846 13
538,480 538,480 00000000000000000022298067cb64906f95f93cec3d332faec1911f5e226a25 0.25 MB 445 18
538,479 538,479 000000000000000000091fedb9ce228ebdb48c69fe4a165833b02f9cdf046e97 0.07 MB 157 11
538,478 538,478 0000000000000000001daafbd8b013614b3bab0e6fe26d2af8a586d4bdbeadd4 0.52 MB 764 16
538,477 538,477 000000000000000000206bc3e8c02e48321a595e34d641e65e690947400bba00 0.03 MB 77 6
538,476 538,476 0000000000000000000a67a00f9fe4c2b25d3314e372ce3f463714c489793dfb 0.52 MB 1,129 53
538,475 538,475 0000000000000000000dff1e7357de3c9407f5f3e93bc25775e0933314f76015 0.30 MB 490 31
538,474 538,474 0000000000000000001b7cc9b3df8fdfb615e472b54f44e15ae93998aa7b32c5 0.25 MB 487 28
538,473 538,473 0000000000000000001573ab5d524f3d60c57615f73666eb4f9b27e773f1167f 0.77 MB 1,686 32
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.