Memory Pool Memory Pool Refreshing

7,112 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (861,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,941 46,941 00000000243d2c06117f45e20f9bacabb7b7fb2ceb92a35d71804816381a7583 0.00 MB 1 0
46,940 46,940 0000000036694f7ff44f5af73c668626dfd6e5135433a4fdf7bc5032061ff320 0.00 MB 1 0
46,939 46,939 00000000209ec4b4a72f3cbea443a5cf8297c6ae40b0d1d909a4a716726ff2e1 0.00 MB 1 0
46,938 46,938 0000000025fea639dae7c40fc004679a78a653f4e02b54a0687dde75e7d0e36e 0.00 MB 1 0
46,937 46,937 0000000014a755f76904b61f78f1cc870b6fcacc2c8cc80ea6d0159362054e5f 0.00 MB 1 0
46,936 46,936 000000001bf09290008694ed220ce310b20d0dba5dc5ae7a9652763a303f435f 0.00 MB 1 0
46,935 46,935 000000000c0a7b4d2151c6303a89ca86c43d17dbb658a505609b365c9d97de05 0.00 MB 1 0
46,934 46,934 000000000aeeae7873873c1f5c1f4881d863fb37f86743bbed9921a274209e7c 0.00 MB 1 0
46,933 46,933 000000002888293c39d7bde0300d8e9bb472b5010ccae8a3f90437e374e42814 0.00 MB 1 0
46,932 46,932 0000000032a6c2e67ff744c5a722e570d0bb24639f83ad5d57a80833bebd09f8 0.00 MB 1 0
46,931 46,931 00000000231f16652d5a07debfebff5ccfc5d7710289204d2a3133aee2a7bad0 0.00 MB 1 0
46,930 46,930 0000000008d8492606a1eff49e2e938d0ebfdb0633f9a9d68e651d5068a53305 0.00 MB 1 0
46,929 46,929 0000000029473499093a2f0cfd76ac2b7c525bc0de9f0688882d4b25bc08315f 0.00 MB 1 0
46,928 46,928 000000001c4b1ba5593dd83f89c5fcb9f4b6a18ad6b2b7b08f9b10275ab8b034 0.00 MB 1 0
46,927 46,927 0000000036e0e987d280c3c852719563e4015ea14e11fd6a92139266fedcab7a 0.00 MB 1 0
46,926 46,926 000000002f52f63e9e10b25ce7a8270bacb5c06d777a67abd15e25aa8949ca9b 0.00 MB 1 0
46,925 46,925 000000001660b6b0d461ce22cc9638bb7aa54ac3c9a0d53b88167c9a71d77579 0.00 MB 1 0
46,924 46,924 0000000005a1caf5ac8660901b29937e22245e4b114a318acaf397f7b81d090a 0.00 MB 1 0
46,923 46,923 000000000b7f93e52b77aeff68447a754b81b462f958329182af5f81de2ea1de 0.00 MB 1 0
46,922 46,922 0000000011586b9b2a3a8b68f6a399f9b995053fd291a524666dd9b4b1739ab5 0.00 MB 1 0
46,921 46,921 0000000002f61122fed23d55778581218f8e96a6841de02ee9c189539d7d9586 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.66 GB sent, 102.07 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.