Memory Pool Memory Pool Refreshing

3,042 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (780,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,914 126,914 0000000000000deea1a9c1669fdfa343f9c6f79280d6eeccd37cdd64bcedc0ba 0.00 MB 6 1,267
126,913 126,913 00000000000013ea93f982fc2839790bf670f23a2f51dee4b9334ccf202551d3 0.00 MB 10 1,328
126,912 126,912 0000000000000eda81ba4a08d7e35dc994cde234e6511eb14fc1ef29d4155224 0.00 MB 9 1,019
126,911 126,911 00000000000041dabadbe0926d4b0318d06fef941ddc74626052dd8fcbc06d8c 0.00 MB 10 1,012
126,910 126,910 0000000000001e02d1e735617aa55d0f6da812d4aab2f3f5542b92d386059649 0.00 MB 9 577
126,909 126,909 00000000000018abbb8a44389811d832e3d8b848bea1e4f662187f72df49badc 0.00 MB 3 0
126,908 126,908 00000000000022bb1c4b8377c4ebb3b5fce06a8765c553a1cd53f374115e4b20 0.01 MB 16 1,076
126,907 126,907 0000000000002d225162d699db84f00b88fb655d56b1478d293d1b1445d71787 0.00 MB 4 0
126,906 126,906 0000000000003240a3da01dbc94306497ed5ee0df2fd1a6545becb7d37926157 0.00 MB 4 0
126,905 126,905 0000000000000356d626441d4619db3d4e681dee85bff5f62eb60312c7811e9c 0.00 MB 13 619
126,904 126,904 0000000000000165193a6d5cdde64f26486c47b8207a32b0b9c26dd0117aa2e0 0.00 MB 13 1,518
126,903 126,903 0000000000003f5f1949572fc9f9a861d94f91413c5065286c1524f30c76a954 0.00 MB 12 902
126,902 126,902 00000000000009514fd543373eca5db8326ddc3f65ae51c8f513c787deebd4eb 0.00 MB 8 333
126,901 126,901 0000000000000a0a2ceb6b8f5db41ec898b1d24a7789e2a7787e15847c3a45fe 0.00 MB 3 0
126,900 126,900 00000000000034614737c609d49d00dda3bfd56eaafc38a50bb2c6639d076cad 0.00 MB 12 1,045
126,899 126,899 0000000000000e3ad0bb66e72c3d2bed5f887827871f05e5d3f8162215e4cf19 0.00 MB 13 786
126,898 126,898 00000000000042e7bdd77962748c11664f19ba86cf4d18f1574db5f65917e449 0.00 MB 11 919
126,897 126,897 00000000000023e60f74ee1f01ae2df2481e173daa9f2321413ce3331c94d193 0.02 MB 63 376
126,896 126,896 00000000000003892eaaad368bbd816e9a3cd562f80aa31ba68e16e10442231d 0.00 MB 2 0
126,895 126,895 00000000000013aaf22b214c8437ace25e5ec57faa68effb2967f17da93018b5 0.00 MB 17 413
126,894 126,894 00000000000015dd6ace168e84c91b8ab52cf66a96157d95c193ae5cfa056ce9 0.01 MB 8 319
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.