Memory Pool Memory Pool Refreshing

10,649 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (7,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,242 900,242 00000000000000000001cf37ed31444bc2ff2f1e70ec1f2c10d56c251d1e8adf 0.01 MB 8 2
900,241 900,241 000000000000000000013c62cf5f54db7cbc4d9e536fb9c4bf01a9ea41bd63f3 1.03 MB 2,020 2
900,240 900,240 0000000000000000000140ea9f7c23c20d0666b3e4e835c8780634159c88bfca 0.77 MB 1,521 2
900,239 900,239 00000000000000000000b8ab7f57874072bcb28df381dfb2bc8ac9341341fefe 1.45 MB 2,397 2
900,238 900,238 000000000000000000001104a86fe1856cd09f571cbf7f64eeb822056e07095c 0.23 MB 343 2
900,237 900,237 000000000000000000006c8e7e2019941196df8ee236bd426de746203a6895fc 0.52 MB 899 2
900,236 900,236 000000000000000000012c4f740f80ff52a4a9a9ba38ed5b8858dd5292a5d945 1.19 MB 1,561 1
900,235 900,235 00000000000000000000723c8a8b24cde8154bed1432ecc92893c0cea6cd114e 1.55 MB 2,227 3
900,234 900,234 0000000000000000000139ec163fe03baec79da8feafa10eaf5eef734730a2bf 0.63 MB 1,146 2
900,233 900,233 0000000000000000000048b4c1a89fed747685c46eba3531f7eb1385824926c3 1.01 MB 1,767 2
900,232 900,232 00000000000000000001678b6c2bc810bb50dde1fd1c705f1f53fb3e63b30dac 0.59 MB 1,254 2
900,231 900,231 00000000000000000000b50d69fc63fc46ef9939cf8d2f897753179317d35866 0.90 MB 1,388 2
900,230 900,230 000000000000000000015814f81111803add89a4c9c5b45c6397c64e512d6c9e 1.33 MB 2,333 2
900,229 900,229 00000000000000000001a8b33bb699fc2f9b58bf4d3ab5bec779e2b525611e09 1.55 MB 1,220 1
900,228 900,228 00000000000000000000d568a3ee035c27640d2e99c1fc50ceb47a12943fbc5f 1.63 MB 2,794 2
900,227 900,227 0000000000000000000169b53ef551b209a3e5955d6f6e0fe95706946d2ae069 1.44 MB 2,906 3
900,226 900,226 0000000000000000000191c99ed7644a0b389dcdbbb470a9556609214ac4dd2a 1.44 MB 1,460 1
900,225 900,225 0000000000000000000173a7a3a9d65d107a1b993a136a11d079aaed0fdae29a 1.25 MB 1,067 2
900,224 900,224 00000000000000000000b9ac8b7db4cc4e4af97f8021ba51b4be7a028f012cb6 1.53 MB 3,273 3
900,223 900,223 0000000000000000000117878d0f36dda371169b0252ef5a34bce3cf5603deb7 1.53 MB 3,911 5
900,222 900,222 000000000000000000009e590fecd1d900efff81ff145ce453b654f107a91b81 1.35 MB 887 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.