Memory Pool Memory Pool Refreshing

39,464 transactions
30.18 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,541 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,936 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,540 (816,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
45,884 45,884 00000000065ef763ebba4b758fbe21df3a8b65a44d08478baf85e63d0fb18a2c 0.00 MB 2 0
45,883 45,883 000000002aee2c0f5db833483ee5f0f30e6705639f7e61f50670e5688cc666f2 0.00 MB 1 0
45,882 45,882 0000000018dff4991d00eb39bf9fb7577ec454408dccb6249ba6b8f6f379fa97 0.00 MB 1 0
45,881 45,881 0000000033ca3b80dd3fd481201b93f2a523ee6b3c34e6812a705e7bf41999e9 0.00 MB 1 0
45,880 45,880 0000000027a2f0c37b4cabd0364ec62484f82fc7454b968c928a257301e5dc9b 0.00 MB 1 0
45,879 45,879 0000000006e17b9249db887cd89ba4bc847b18d9fe39f9f0d3ae3dd58357d256 0.00 MB 1 0
45,878 45,878 000000002f36537d3dfd658eabaec89632781bec7386385c5f497994e928322b 0.00 MB 1 0
45,877 45,877 0000000035779471373eaa585f5fa157619796e383b9a4e3e2a751a1854a4412 0.00 MB 1 0
45,876 45,876 000000000a4d7f67bb0cc2f77fdee434fc768a7dc201f74e8b854cde19a8c3cb 0.00 MB 1 0
45,875 45,875 000000003778098c9663630f0336e762ea2aff4a3fd5c3ca4f806eeb1f26ed73 0.00 MB 1 0
45,874 45,874 00000000212a231d732a9a99cbabaa7dcf2a2ef4e48ed718308d2f5a36d4c0b1 0.00 MB 1 0
45,873 45,873 00000000016177ed99a7e3030b11b87529a1063b15b13e4dd1cc629c7238cf54 0.00 MB 1 0
45,872 45,872 000000003776fe17da2f6f14ef247f284036ecb337b83971b5a24f8119341fb1 0.00 MB 1 0
45,871 45,871 0000000022f0725c979e8a9ca62aad81038d0d6f777ab9da85201c33b4812424 0.00 MB 1 0
45,870 45,870 0000000024cf49c8e873cd334240468928b978e3faa214a3cfc86ab33cb5c22a 0.00 MB 1 0
45,869 45,869 00000000374d54453128669f8a112acb2ab565516c653fc84d5d03802b377b50 0.00 MB 1 0
45,868 45,868 0000000007d34125e10422d6161589fd2d0449472a37a854599eb70fea30faec 0.00 MB 1 0
45,867 45,867 0000000008a79066d6f9604a09566f0eaf2a5922976208de719aa30408799adc 0.00 MB 1 0
45,866 45,866 00000000092d907e61f322c581f4c4f105c91d163814d9c26a75bc55a5892454 0.00 MB 1 0
45,865 45,865 00000000368db8a91433884f00de5f42deb7c17d051522f14e41903f0067658b 0.00 MB 1 0
45,864 45,864 000000001ecfba84f719c6b6c70b1b1fabae88dae18f9f40a4e2e57ec9613d26 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,373.26 GB sent, 106.77 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.