Memory Pool Memory Pool Refreshing

7,362 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (583,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,655 324,655 000000000000000011a1e72758c3ee4f2f94ce0333cb098820682fa905c1cd44 0.03 MB 77 11
324,654 324,654 0000000000000000140f2d58b468bdd18dc29ba6e6eba13b7c080b61eda3a44a 0.58 MB 1,215 33
324,653 324,653 00000000000000001729becbe6e43bdd89323d1031e3c93a362b02cf75cfa363 0.59 MB 1,120 29
324,652 324,652 00000000000000000304fbeb6ffd037e3d1ff0a32ccf002d9dc30de86fb3ed0c 0.03 MB 63 29
324,651 324,651 00000000000000001509b0fe237e56e302908edd547f6582a946bb15445b3c54 0.50 MB 938 29
324,650 324,650 00000000000000001f25d470dedc5733f9cef5502286915a981f2ab97e08d80e 0.13 MB 211 24
324,649 324,649 00000000000000000fa2f106c58083ea933a009245754f4a34a97b5ee87a7540 0.19 MB 316 29
324,648 324,648 000000000000000014673d50dc57a7692175d61167f62cf9f6246b74ec24a32a 0.32 MB 556 27
324,647 324,647 00000000000000001b5eec63984616160d636f71fe711a53dddae12d5a09cfeb 0.08 MB 91 23
324,646 324,646 0000000000000000110123d0241451460f5f560ed604dd68da90eab5f29c9f3a 0.15 MB 249 25
324,645 324,645 00000000000000001b1b821311bc2a27784b2c43eecc8e58b66b34b5ed71e703 0.32 MB 577 31
324,644 324,644 000000000000000004e86f3b404c0cae4f0fb9ed56d2074f944c60a578131d58 0.33 MB 428 29
324,643 324,643 00000000000000000abec8ff50b49aba4b5fceb0a0d5d536ded8a46d755c9743 0.09 MB 165 32
324,642 324,642 00000000000000000a7033cc78f66e0f39e46ea7dd400a1d9c8598e59846af11 0.09 MB 170 24
324,641 324,641 00000000000000001b0131251d4a364955f6600ab8282d8d759ab10832ae949d 0.49 MB 506 21
324,640 324,640 000000000000000005ead24af71e951e99a3f0f54925a985797c720490aa92a3 0.75 MB 1,500 32
324,639 324,639 00000000000000001357f6df97cc1d9b68b4ecdc7dab5d661dfb7f691f18e226 0.59 MB 1,247 31
324,638 324,638 00000000000000000ba623cd8b6eb25a7e3ed492f2af1a74becedd2313fef40c 0.49 MB 1,032 27
324,637 324,637 0000000000000000130f753fadc444269084e5e8fa6fc05dc5f850fb3952a5ae 0.80 MB 1,011 20
324,636 324,636 0000000000000000161c202f1a5f62e297dadea04476314b3fd65de592a40524 0.03 MB 32 19
324,635 324,635 00000000000000001f3a4085d654b665006422de6715a56b13a887150daafbfc 1.00 MB 2,150 33
Previous 10 blocks ↓
Total Size: 769.03 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.84 GB sent, 93.01 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.