Memory Pool Memory Pool Refreshing

7,313 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,395 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,394 (865,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,829 42,829 00000000242a618641b43578edb9e97aaef5d45cfcdc96d05877b8966aa7dac1 0.00 MB 1 0
42,828 42,828 00000000224b99a11ef984af6e3df6bd080ecd71d23ce2058125291842d5f496 0.00 MB 1 0
42,827 42,827 0000000039dc3a847dc597c578709d17978182eb9c8f9b7c73c018369b3fb5fd 0.00 MB 1 0
42,826 42,826 00000000096e5d7cbd7d4c904faa508d2e577a3c74b3746f7849f355659fddb0 0.00 MB 1 0
42,825 42,825 0000000023c803e64bc87c69ae92acef8369b1efd9939b28534937c1c3025565 0.00 MB 1 0
42,824 42,824 0000000040269010a6d870392196a669a5a77de44c510d9a5a4a2f856cc87130 0.00 MB 1 0
42,823 42,823 0000000040839c5ef0e4a80ce3c24453c0f257863ee1f3be4d53910dc6579596 0.00 MB 1 0
42,822 42,822 0000000000faa380388cc286457b20b3de7fb6dda72d36685dc663af2638f35b 0.00 MB 1 0
42,821 42,821 00000000192ec89bf97a5ac9295a732e735bafb27798e41692bb94dae3ad6955 0.00 MB 1 0
42,820 42,820 000000000b89b320d5b2c4da780cc359c4c9400f9c78e3c6bcfb8c9cc315fee7 0.00 MB 1 0
42,819 42,819 00000000070cf15cb22bed68c5bdc16284ac2e2e5020d2a5d1f31c6a8baa190e 0.00 MB 1 0
42,818 42,818 000000002f84f592542a8b0d3080fca1ea954c35f111c04e231feba453b07da7 0.00 MB 1 0
42,817 42,817 0000000028b04af6521b7362760ff44f112ef11eda467e5710b71a99ef77293c 0.00 MB 1 0
42,816 42,816 000000003c62f4fc6ab6330733dc97476239dff9a906e242f990de33e4603093 0.00 MB 1 0
42,815 42,815 0000000022704fa3b749e8d4528e3376bc74f5937b53df6f5ca34502037f36eb 0.00 MB 1 0
42,814 42,814 00000000409c9a26a7fd0a7c6b0dd5b7612ea65a891ad7545bf5d6f98db678e6 0.00 MB 1 0
42,813 42,813 0000000034ba5dcc0e8f61b2d1aee721ac3e2f9033d382a8055aaf2d3bd43ba0 0.00 MB 1 0
42,812 42,812 000000004289fa50f4ca9eea7e396c4dc192b04ad98b7f275c87bce771fd149b 0.00 MB 1 0
42,811 42,811 000000003bc5e78d8f3ddc2e5354e625f83a8f1c00c8f730eca0589e20a1baf7 0.00 MB 1 0
42,810 42,810 000000001549267d465203b21a33daec31e76dd0804bdaecf4582c8b99de84b0 0.00 MB 1 0
42,809 42,809 000000003edc3ee3ff85744952be7b3ef0c5e8069a9becf45ff04498f70473ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,706.77 GB sent, 99.23 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.