Memory Pool Memory Pool Refreshing

1,146 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (52,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,581 855,581 000000000000000000027f1f6d281f83c991d995f3b29780f636c8ae620be9b3 1.76 MB 995 3
855,580 855,580 00000000000000000002feca15a2013bb7aeb6d46b1a7088bb7f2628dce33f05 1.61 MB 3,179 8
855,579 855,579 0000000000000000000312ef55c893477519a25e6a0c1a9640755497c0a707ed 1.81 MB 3,004 5
855,578 855,578 00000000000000000000520fa97d9e93c8ed50eb71092bae4c2a654897c0aab5 1.53 MB 3,094 11
855,577 855,577 0000000000000000000046461b751277545d301f8dfe18ae58d661eda3a7bb9e 1.80 MB 6,447 3
855,576 855,576 000000000000000000002d52bb8ab56954c5b6a212be0ffc752ab4f1c7de76fb 1.78 MB 5,512 4
855,575 855,575 000000000000000000007993de09a1cd546c929d359c40b0d7bfe3b01f6877d2 1.57 MB 2,445 3
855,574 855,574 000000000000000000006686649112342f8c3a51d58ff87f4b0be467b7ddbe04 1.65 MB 3,428 6
855,573 855,573 000000000000000000003192bfd239005a7b2b4c47bfa08cfd2031c236ca7dda 1.59 MB 3,347 6
855,572 855,572 0000000000000000000163c7756b2be298819f94db274f24ff214c7917958276 1.43 MB 2,288 30
855,571 855,571 00000000000000000000569f4d863c27e667cbee8acc8da195e7e5551658e6e9 1.61 MB 7,533 2
855,570 855,570 000000000000000000027dbf07a307fb30ca493f3be809c24ad8881f3a382a21 1.64 MB 3,110 3
855,569 855,569 000000000000000000026b06834f5d1c6771a899803193690d0e77b66b7c6c3d 1.73 MB 3,083 8
855,568 855,568 00000000000000000002242804e02cceadf5070488e0bc74c7d0ced821133052 1.39 MB 2,313 6
855,567 855,567 00000000000000000001bea1073b15cce918125d4b1fbbada1427dd75873af65 1.62 MB 5,079 4
855,566 855,566 000000000000000000023a49c364eee4f28d7fc34ef823ebe119173710c355fa 1.58 MB 3,691 5
855,565 855,565 000000000000000000004e44ef55b20d02b978d1df284f1dcdc7ebcbdfce502a 1.93 MB 4,887 4
855,564 855,564 000000000000000000026b2681b461caa54164571cd1e07bcaf3a4f9cdf315e5 1.67 MB 6,058 3
855,563 855,563 00000000000000000002ac5296b74694c6eb1cefb1136f434742dbc9a970784f 1.79 MB 1,900 3
855,562 855,562 00000000000000000001b7452e85a6c9109b92f78e4e83bb480390e569c9ff80 1.58 MB 2,985 9
855,561 855,561 00000000000000000002ce4aaf53213de4e442290765a987cc057feb6e2f0e99 1.66 MB 2,360 5
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, 111 incoming
  • Data Transfer: 1,647.93 GB sent, 95.56 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.