Memory Pool Memory Pool Refreshing

2,353 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (757,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,992 150,992 00000000000009c7af4c408699eafa0ffc691216ed8fe130773b705532c29351 0.00 MB 12 0
150,991 150,991 00000000000006de8709ee1eb8b454406bfc36985214bcae3319e5ba62738a2b 0.00 MB 13 320
150,990 150,990 000000000000016cd1204340781ffc52192eeda44b09ce8ae81e11506bc511df 0.01 MB 33 247
150,989 150,989 000000000000031d73cbaec89267c55d2259505c28a52c5315192638a3400e59 0.01 MB 40 59
150,988 150,988 0000000000000a5b567d1f283bade491a3cbad1a81cb922346a209dfa00f2334 0.02 MB 51 40
150,987 150,987 0000000000000941085f10a82b55cdca9e439454654ae9a5dbc6466bb0c178ab 0.03 MB 55 34
150,986 150,986 00000000000000e88224488aebd13d09138c83ae202953b0af1155adb286a16e 0.00 MB 6 0
150,985 150,985 0000000000000390635a36f8e50afb71bdf315df2885515abae3d77249fa3a4a 0.02 MB 52 48
150,984 150,984 00000000000000ca986e64a56b9585f5b9317e6a99ad7ecc81baa5904da6152c 0.01 MB 18 78
150,983 150,983 00000000000005f1c01ac10e6d14484a9d23ce74819a92f065c6f9492714b067 0.01 MB 7 222
150,982 150,982 00000000000000a54e6132d4ee4cff90fcca0853efc349f4847bbb9d52caa279 0.00 MB 7 88
150,981 150,981 000000000000039b0cce5aaacbba8dce8ae26b5aedbc5679dfe7dcaca6398e17 0.01 MB 35 159
150,980 150,980 0000000000000b05dbda37fef0b90f3eae73ece2eb348b2739fc3a8b86190464 0.01 MB 26 31
150,979 150,979 00000000000008173ad5b5d0a6aa5fcd85442fd984975384d944a5354b33a4b9 0.04 MB 96 12
150,978 150,978 0000000000000b16c696c50e164f3f8403a69721785bea2d7e614bfe72d693f8 0.00 MB 10 415
150,977 150,977 000000000000038c95869a10f6bfe5853dbbe35f15e2fc8af05a827a990bbde8 0.00 MB 9 49
150,976 150,976 00000000000001f737c68088444ef99570b39fa9efbfa6f3d9f3d1fcab1fe33a 0.03 MB 89 118
150,975 150,975 00000000000007d4f8a1127b579a566628763f80c51b62af0874dc4fd90a3687 0.00 MB 7 1,125
150,974 150,974 00000000000005e7067f9450883550907b8bf0f8aebe38f18baf2afcfac3afc8 0.00 MB 8 110
150,973 150,973 0000000000000a80ee0d9899fcc61ae92670bec5cbb089f30a8d49ffd4c72e85 0.02 MB 64 193
150,972 150,972 00000000000002e1fd781c255e69bcd8ffd18f56e98f0f5de80842afeda8ef90 0.01 MB 26 496
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.