Memory Pool Memory Pool Refreshing

2,705 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (788,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,002 119,002 0000000000001e78da125243466c34afcee6a77a2c4157db2112402b63ea89f1 0.00 MB 2 1,256
119,001 119,001 000000000000ac313a76edc9930c19962b2c594573eb54d2d703337fcdd7fad8 0.00 MB 7 0
119,000 119,000 000000000000499e09bdbe9b99dd44e202e5933919f578d6baf03dedca727d35 0.03 MB 63 0
118,999 118,999 0000000000001dd3d41eab9a7c0a17687454026dc298384e231d37853b6f9c76 0.00 MB 14 0
118,998 118,998 0000000000004e427351798f8f2c2057d67d6f3230f924e712ef378a2827520a 0.01 MB 20 572
118,997 118,997 00000000000013938bf569162ea3357eb6171b52b3fcf042dd374a1fe1770c65 0.00 MB 9 0
118,996 118,996 0000000000002f24f003d6b96ff64f10f3de84924e32643004898c10e17e508d 0.00 MB 10 0
118,995 118,995 000000000000a3d27b7d3ae699d93cbe4d75d8935ffa0e074481ec76328ad547 0.00 MB 12 693
118,994 118,994 00000000000042eb0905db339f3d12bcbabdc48743dd5d2da0180a2228d46232 0.00 MB 5 203
118,993 118,993 000000000000b44c48386828908d351eb92431cee8eceeb20f9d917bb44f655d 0.00 MB 7 0
118,992 118,992 00000000000006e526d0dfd15106d7b2d86a48a7a104eca60c2ff2488ca72563 0.00 MB 13 0
118,991 118,991 00000000000009f673da6913dc07f7791ac1f621035ae61cf7df21df8458cc56 0.01 MB 21 280
118,990 118,990 000000000000a60d64a1b5aec96895b0d63aff56acb4c9fdf56da533c3327fdb 0.00 MB 11 0
118,989 118,989 000000000000ac8baf2f45180ff341ae805a686779053c34eef147eb8650d705 0.00 MB 10 299
118,988 118,988 00000000000085226d54d3fdd36ca221502c486496d45362b2206114441278d3 0.00 MB 5 0
118,987 118,987 000000000000480821fdb082f1634986bb4f1cf6cea1d9958203de29b9d01bdb 0.00 MB 13 975
118,986 118,986 0000000000006ea6c6bd9598f251e9d405cd12d0fd3d8d505c44983d7390e489 0.00 MB 9 279
118,985 118,985 0000000000008ea12ec12d978dadcc6f3e2f2a4a45e333aa938a2f4cda50cc26 0.00 MB 11 0
118,984 118,984 00000000000037401cef2bf0efcc15eb85ea1f1158ba46c46bfdc982ba071b6d 0.01 MB 17 446
118,983 118,983 000000000000488136f2244759bc09a58e4615fc409fcf4418afb39b96bc97e6 0.00 MB 10 0
118,982 118,982 000000000000aba541225c5dae14735e36e5e3e607239778cf6c705c8ed16979 0.00 MB 8 0
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.