Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (49,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,037 858,037 0000000000000000000323ab705d2ae579278c8e91769bde9a82d6d4b634c44e 1.61 MB 4,066 8
858,036 858,036 0000000000000000000097a4be17d82f3d70208f9cfa412545ee003a22b03e9f 1.66 MB 6,922 3
858,035 858,035 00000000000000000001efccb6dcf587a49d275b2020b148968db45f222bad1b 1.61 MB 5,106 5
858,034 858,034 000000000000000000020999cfe5ddf1580186a6682f63c2b821fb1ea6466d80 1.78 MB 2,849 3
858,033 858,033 0000000000000000000136b3bde19a4d930e760a338bb50e5caa1e6c4bd8a56b 1.71 MB 4,653 3
858,032 858,032 00000000000000000001881eba7aedea5bffd55c275a42594346bc592566c7ae 1.74 MB 4,209 3
858,031 858,031 0000000000000000000187e3c9d18ec028cd2c25bdfffd4fe80f1be87844755d 1.80 MB 2,110 3
858,030 858,030 00000000000000000001993b4c9a0a9eac848499f9b9f6837e470a4997f6dc31 1.78 MB 4,087 3
858,029 858,029 00000000000000000000de179d83d51e1a3f1b7dd2bd6e4428652fd80032008b 1.64 MB 7,860 3
858,028 858,028 00000000000000000002f48fd76d3b4b036a6d494f321ce6fe8e6813a6ee33c0 1.64 MB 7,515 3
858,027 858,027 00000000000000000001838a3fff07b5386ff8a4da9f6cf9d81717b6f0cae911 1.64 MB 7,593 3
858,026 858,026 00000000000000000003215e0bba1a0f2bb0dacafd7896a5ab28efe26606eeaa 1.67 MB 5,026 5
858,025 858,025 0000000000000000000316560eeba43a6da98fe504781fd58417fc125b457ce3 1.63 MB 6,855 4
858,024 858,024 000000000000000000001634bf38e60a8ffc0a3055c809923a682911156f5410 1.67 MB 6,294 4
858,023 858,023 00000000000000000002cd1b8e5843634d66734c57ea0e1c4c05d80052811da9 1.65 MB 7,373 3
858,022 858,022 0000000000000000000055f7f88e5bae056d0f7effe79437498b72cfb2905900 1.65 MB 7,063 3
858,021 858,021 00000000000000000001446cdc8a4397b2108bc2aa237cb7d7cf73e510dc4fbe 1.64 MB 7,215 3
858,020 858,020 00000000000000000001e870faa4dd0d214c4cdd147c55601b1d5aa0b8d06ec0 1.56 MB 5,855 3
858,019 858,019 00000000000000000003048eecf2d0fbe41048a6fcaa534d8e66411b0f1583c9 1.64 MB 7,810 3
858,018 858,018 00000000000000000000607460a907145fea6ce184db0f50a5b633e1b7aad200 1.63 MB 6,275 5
858,017 858,017 0000000000000000000010ea67405b43073417fb820dff313e1937d94693eed8 1.47 MB 4,406 5
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.