Memory Pool Memory Pool Refreshing

9,833 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (568,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,865 338,865 0000000000000000149692bbc67e615f9cbd0920a07f02bfa4df1c13f1a99ba6 0.75 MB 1,346 29
338,864 338,864 000000000000000008ad303dd26e12f092b5a3f632f12bd43d56577f962fe6e7 0.52 MB 798 16
338,863 338,863 000000000000000017e4caf02732d13f30746be727651cb94c7f822967f8d110 0.75 MB 913 18
338,862 338,862 00000000000000001734d1f5cf2c3404c01162b1ab9116ee2a02f867822cfe28 0.52 MB 1,460 35
338,861 338,861 000000000000000005f4fa20afd06e75707f6fadbbb534eb45d491845ca2a3f5 0.11 MB 155 20
338,860 338,860 00000000000000000320360b94a337b0ae09744c4ccd448e4f5253adf65f0760 0.10 MB 32 2
338,859 338,859 0000000000000000037cd17bbe738943dd0fd9b5e219cb6399f34578995b76a9 0.34 MB 355 15
338,858 338,858 00000000000000001346e4aecf5adeb5babe9756bf21ff3a68e5b1cb95580e0a 0.75 MB 1,116 21
338,857 338,857 00000000000000000500085dfd71162d5b6047a25e6ac365cc4319abfa89451b 0.21 MB 530 34
338,856 338,856 00000000000000000deb14265ff457fe242adaf83c11f2785dc70b1643834be4 0.05 MB 128 68
338,855 338,855 00000000000000000a3ab3eda61ba4795b2385ef2cf423ec50e53c12fb3266bf 0.43 MB 594 23
338,854 338,854 000000000000000016aaa9f6ce8f1c912c7519333183c7c6a3a6468bfe9c2178 0.07 MB 92 10
338,853 338,853 000000000000000016bc2ff725d139d8e8c7cc5fc0ff5d9e8232bb4a3d3fc937 0.16 MB 275 23
338,852 338,852 00000000000000001481a16c5ce05f27e32e4e0136a00181cf8e9376f0523d24 0.30 MB 537 20
338,851 338,851 0000000000000000056c69cb9b77982707b17b673e378686b91ecaddc9f0c659 0.14 MB 223 24
338,850 338,850 00000000000000000807ae7c0d32711e59d3e2e9a208426a1f7f4ea44442495d 0.24 MB 328 18
338,849 338,849 000000000000000017d67248efdb7e0a89c94f427166b45add7845a68ed5504d 0.49 MB 303 10
338,848 338,848 0000000000000000122c47ceaea3d8d6b11f40b2d83721a48a4289eeb035e099 0.75 MB 1,075 20
338,847 338,847 0000000000000000121ec8d4f89ae2f85a494be07fea5f13d57033a3daaf093d 1.00 MB 1,062 16
338,846 338,846 00000000000000001628cacdb8d814c5da3ce6edb1f5a7862b55aaf569affd7a 0.75 MB 2,026 37
338,845 338,845 00000000000000001053259e907963f6cfa5c077ab6c5ed032ffea12269cd02f 0.09 MB 93 13
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.