Memory Pool Memory Pool Refreshing

14,032 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (58,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,173 849,173 00000000000000000000be1fa87653eaa6aa0e2521847bc62c4167aefff3881c 2.49 MB 2,673 11
849,172 849,172 0000000000000000000174a20d6e1b58ffd04d1c2534a7362f06d08ed5aa9cf8 1.50 MB 3,312 14
849,171 849,171 000000000000000000009af7f92899631545c331ddaa76de8648a55d29b96939 1.55 MB 3,710 30
849,170 849,170 000000000000000000030fac7dcf1518e2ce2081ddd3158bb536b7dc532760a9 1.49 MB 3,335 10
849,169 849,169 00000000000000000002dbfcebb1f210a6d36c1025320959179488ca227895e1 1.70 MB 4,989 12
849,168 849,168 000000000000000000029458b7f1795808b70ec25ef18267c58cf829dd67e49f 1.73 MB 4,175 13
849,167 849,167 0000000000000000000159bb90f3e38866ec02f7a3628eacb0e3f04ab23520f2 1.62 MB 3,209 17
849,166 849,166 000000000000000000002dccdda0d3e487c7b4d66191fa8889fdc3dd8ef4f689 1.65 MB 3,784 12
849,165 849,165 00000000000000000001be68448cf18a086d9efe806d6cc81ede6e1ff9c301d5 1.67 MB 3,564 10
849,164 849,164 000000000000000000015583112cc89953f516882c8ff0a5efc78c7f8e7017fe 1.61 MB 3,355 13
849,163 849,163 000000000000000000026449813fd9d328fd3abbd22bca971e9a313f23b0924d 1.56 MB 3,926 29
849,162 849,162 00000000000000000002a593c2dcee8be5ac531eae4f2397865b557bb006f4f4 1.59 MB 3,351 27
849,161 849,161 000000000000000000022996cfd9ee5287e6fb39a52b575114c113907a9ae3fe 1.89 MB 6,174 9
849,160 849,160 00000000000000000002f28ae72c92e508ddacb9246bbe08bcefd858d73e9dc8 1.90 MB 4,453 12
849,159 849,159 0000000000000000000227b7da6979c48d5c988e9945b3f84ffc8e6d7f597437 1.59 MB 2,294 15
849,158 849,158 000000000000000000022e3097a873861e08afc51c443f2ec487013d11a56d89 1.65 MB 7,182 8
849,157 849,157 00000000000000000002712b1e281faf56894a931c80eb36e1fea34edf66ec20 1.70 MB 3,857 16
849,156 849,156 00000000000000000000a286555452acdf29f0777433de224931806925b54317 1.75 MB 6,166 9
849,155 849,155 00000000000000000002bac82d5a69dbd5971dd5fc86350a30f07f76290263c1 1.54 MB 6,886 8
849,154 849,154 00000000000000000002c75ac3295c659dd2e3ff455d5a3fb5075e77847aea78 1.62 MB 7,763 8
849,153 849,153 00000000000000000000d49ca1d93d77ef9794746a0f539551e675e95a6b7c0c 1.67 MB 6,122 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.