Memory Pool Memory Pool Refreshing

73,836 transactions
32.41 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,128 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,628 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,127 (321,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
551,683 551,683 0000000000000000001123605c83c20ba19a17e72a494fe1028b5c311a05f293 1.29 MB 2,806 48
551,682 551,682 00000000000000000013b1aa37a723a8be92170634f7f265ba13b978efa5c70b 1.02 MB 1,772 2
551,681 551,681 0000000000000000000f6620524e5aa53819a22d7509a520c3b9c23123eadf30 1.24 MB 2,604 37
551,680 551,680 00000000000000000004257f3c152b45b52bcb58c3fd25adda2534726bbb5e31 1.15 MB 2,061 20
551,679 551,679 000000000000000000119bfa0465cb78a599d34982c3a0ba1d62c72d3a1ad25d 1.15 MB 1,318 14
551,678 551,678 000000000000000000103739888743d72ac4cfe2c55c2a9b4146953c77e25d37 1.09 MB 1,648 14
551,677 551,677 00000000000000000018602515cb7e226249b9fbea3c49cf232c3dd9372b7327 1.02 MB 3,265 5
551,676 551,676 0000000000000000000b567b793c92cd0f0f73e01c6c93072d576b3c8dd7918f 1.25 MB 2,422 41
551,675 551,675 0000000000000000000b3b8d0f33259b5cc00ae9ad05c650c10ec400d0b3d309 1.25 MB 2,341 42
551,674 551,674 000000000000000000080f18263448e7d679c4ef5f2781a1272146556b824a54 1.05 MB 1,224 13
551,673 551,673 000000000000000000007b5b5e471f4a382458c9c1f21b6212f5f58cd8ed43d6 1.11 MB 1,990 19
551,672 551,672 000000000000000000149f5e3d22efe049ce8c3c70e548d0d7f8e50ffdbdfaea 1.08 MB 1,761 19
551,671 551,671 00000000000000000011c2c675eea5ccb9be2f9fbeaa6c739f879d5b9de313eb 0.09 MB 101 12
551,670 551,670 00000000000000000014bbf57a65bffeaa312d61f363cb39c8a93065591b876f 0.61 MB 569 7
551,669 551,669 0000000000000000002283620c1a7b46896482f3d4e5d607fce7f71cdd602b5b 1.02 MB 442 3
551,668 551,668 0000000000000000001e8d3a5a643b9708c50ed3d107804fb4fda41525d12cfc 1.02 MB 498 4
551,667 551,667 00000000000000000024176939413243564cf3653642b232bc269dc2da254572 1.10 MB 2,124 19
551,666 551,666 00000000000000000008292367443fee889e979a9b56fd630c8e1fa82cdb212a 1.19 MB 2,413 29
551,665 551,665 0000000000000000000245a0741e9f951acdb51895b710cb98e9b4a8ee4d30ba 1.05 MB 2,126 7
551,664 551,664 0000000000000000000b0f610f868e8b0bc5498f9770dd482abbf1282eb8b010 0.00 MB 1 0
551,663 551,663 00000000000000000008e58f76d138eba3f3f529411e490ecca01391ec06b8fc 1.17 MB 1,661 42
Previous 10 blocks ↓
Total Size: 705.27 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: 2,668.53 GB sent, 246.08 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.