Memory Pool Memory Pool Refreshing

5,277 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,059 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (795,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,735 112,735 000000000000b39507b8817f632ebfc78f42e7c6350629f666d5fff3aeafbcb6 0.00 MB 10 0
112,734 112,734 000000000000cdbafd37ccff839c526c6f6b8c56d807800a101ce1c464351e04 0.00 MB 5 0
112,733 112,733 000000000000a2e3a8fedfc68e2abde9597185c58581756f7d2769646eacdb8d 0.00 MB 10 816
112,732 112,732 000000000000aae86a14bcca7df0cfc7ad4c89c13ec058ccf307ee0417a07bf7 0.00 MB 2 0
112,731 112,731 000000000000aee8145525b9bcc50441f72b7b4f6154ad1257410e0e36ca184e 0.01 MB 27 0
112,730 112,730 000000000000ab0b1ad61d39193728a0050670ac96e38e4e32b1b33fb548fe1d 0.00 MB 8 0
112,729 112,729 00000000000005d392858af759d9f72e04a57659033082b6d9b40c97933f8ca0 0.00 MB 10 0
112,728 112,728 0000000000007b49538d60dcb016e374dec192014ce9525c05467df7f5caffb1 0.01 MB 26 0
112,727 112,727 000000000000758fa938e43d09ccb49b50ebd01f76e8515401a07ae7ed44039a 0.00 MB 10 214
112,726 112,726 000000000000ca3db0a98435e214d674c958e0adfa14c70246b4ad9d29b8f900 0.00 MB 12 0
112,725 112,725 000000000000371bcdfd6b27a91f3b51dbf117741b2cc0bfa378712beececffc 0.00 MB 9 0
112,724 112,724 0000000000000a1f52190feec38b0555c9764c483b70abfd91f51c37fe792fd1 0.00 MB 10 0
112,723 112,723 000000000000b646b49b50b39d9cc7680ff87159bd2f70c08c1516efd711c1e8 0.00 MB 8 311
112,722 112,722 000000000000401b18cee61c6ff67748ebc69bcce3de05d824edc24a3b69e4c8 0.00 MB 11 0
112,721 112,721 00000000000000d998451349458ddb66ac8b1eba0ab7d12565f815adfdf73f96 0.00 MB 10 0
112,720 112,720 00000000000020f4f32c49a53785ece6fd8cfd680d1869be420eeac1bb55c89b 0.01 MB 20 199
112,719 112,719 0000000000010350d4e7ae0b9ca8c8e85958f9c74f82a028dad8003c7054a8e1 0.00 MB 9 0
112,718 112,718 00000000000061f959e2aeb23380aad3ac2c1e5f28e65c21bebb9c042434bf59 0.00 MB 4 0
112,717 112,717 00000000000057075aa4225bc06912cf956043c66cb8da24f298aa7851104c4e 0.00 MB 2 0
112,716 112,716 000000000000c62796579d7d0042e33096edd13aa8621282dd3d0548886b5090 0.00 MB 1 0
112,715 112,715 0000000000011806fb870d9716a5c147492775cbae19085b293adc3937908ca3 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,654.28 GB sent, 96.18 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.