Memory Pool Memory Pool Refreshing

604 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 581 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (5,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,298 902,298 00000000000000000000a4639cf1ad56164252a3afd41204d4a112ad6269d1fe 1.97 MB 1,957 1
902,297 902,297 0000000000000000000137fa3a4945524424cbcfb5db44edc41857b94ab51ab4 1.21 MB 328 1
902,296 902,296 00000000000000000000bc91531eb7205d643a0335761359ae0137881e982a48 1.73 MB 486 1
902,295 902,295 0000000000000000000210708c815388d3bf1a0984b409cb55d09669c8c9765f 1.57 MB 3,042 3
902,294 902,294 00000000000000000000b83f731bf618fe22b26cf682630447ba3ae4d6fb136c 1.88 MB 833 1
902,293 902,293 00000000000000000002293db698915e6bf10d5db7f09f642d84488241e92ff5 1.64 MB 3,498 3
902,292 902,292 00000000000000000000f4f0cfa185334692213f6c3eadbc63903fe3fd307fd4 1.57 MB 4,239 5
902,291 902,291 000000000000000000014ef27292c66a58f675d5c0770607915eac74a571df49 1.53 MB 3,980 4
902,290 902,290 00000000000000000000f0773d9e3434c3bc1be6e60974ba50bfcd8854cf4242 1.49 MB 2,093 2
902,289 902,289 00000000000000000001f394a82133377b7daa3b6166ce0e719320a1ddf5c115 1.54 MB 3,028 3
902,288 902,288 00000000000000000000ddd4d7972b31bf60f451230ab713927a9ad51cbbb1ff 1.49 MB 2,778 4
902,287 902,287 000000000000000000019d344032cadc69adf237dcc2745add4cfcbaa0901331 1.56 MB 2,403 2
902,286 902,286 0000000000000000000075e569d116262263c2340a4899ee1a11c4c601a569da 1.55 MB 3,611 4
902,285 902,285 000000000000000000017acecb35fdd66e68dbcbc38f46d9ace9837ba880ee43 1.68 MB 2,272 2
902,284 902,284 0000000000000000000100e50745027b894de6c0f594e1ccb5a661b49fc1fc99 1.55 MB 3,016 3
902,283 902,283 00000000000000000000393b31742d38247277bbb0c8241fdc224b6eb2068617 1.53 MB 3,881 3
902,282 902,282 0000000000000000000196842c44d6d8620f063fe8e0ea89ffdfad73a91fce43 1.55 MB 3,244 7
902,281 902,281 00000000000000000000a03fb08297cf024a51fa5a714952d9b80703adfe309c 1.62 MB 4,164 2
902,280 902,280 000000000000000000014beafce5154dfc062080291cfe912622ba7376dad9c3 0.98 MB 1,898 2
902,279 902,279 000000000000000000006573170c0afeb6b5e650cb8b32accab19283bbe52007 1.65 MB 2,133 2
902,278 902,278 000000000000000000004cc3e96dfe23442b7e5d63f3a1b090b3431b322df6e0 1.08 MB 1,329 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.