Memory Pool Memory Pool Refreshing

8,773 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (829,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,871 78,871 0000000000123aaba1db7d64bb230d46eb0c1eb318ce3383f24cd095c2a90d81 0.00 MB 5 0
78,870 78,870 00000000002f68e8b8c23435d453c6720fca392d9674b090af302e0dab705420 0.00 MB 1 0
78,869 78,869 00000000000ffa040753ea38b771b337ea8936334c5e18b0cb5bc52225236f99 0.00 MB 1 0
78,868 78,868 00000000000f7a241469462759d5c777e8397ed8947cdc88eec6ba6681f5c7c0 0.00 MB 5 0
78,867 78,867 00000000004f687d3d37cc49b3c7598f4bfa9832a9cb75aa7a1f4fa89f61c1a7 0.00 MB 2 0
78,866 78,866 00000000004182931c2d35313a32d64c62e2c3b06e144cdc39a59ed3ea2ba93a 0.00 MB 9 0
78,865 78,865 000000000010239ee77bdc53e26949019c476c1e84095dd3562cb867fb150f4e 0.00 MB 3 0
78,864 78,864 000000000038050d6ebca29b4e51df50015411b137da5d218c2be974424f0a7c 0.00 MB 1 0
78,863 78,863 000000000018bde90965eaf4805cb088b9c8001b5f8e82f191bb1695cd6dbee4 0.00 MB 2 0
78,862 78,862 000000000048ebb0df2ad77bfd5412a634ac1c23ffee63bcabffb54fd863b3f8 0.00 MB 2 0
78,861 78,861 00000000001b78eb10b1d264a5682a4a9997d3b7869caa64b905d18e3635da40 0.00 MB 2 0
78,860 78,860 0000000000210af9dd1d5c66bdb1e587224ba9be723ad181e545b8e7da84ea0a 0.00 MB 1 0
78,859 78,859 000000000033ca5238e0ad38766a57b1a0ec0c5057e0a8ebc9c882492a05ff76 0.00 MB 1 0
78,858 78,858 00000000001039add6fd737a3e1d84bd3ee13457011f5588afc90907be7c971b 0.00 MB 1 0
78,857 78,857 00000000000ca298e76f5c72ce453eef26ef94e56fbdbd72750737d71536b07e 0.00 MB 1 0
78,856 78,856 00000000001ad095c4c1cecf5efcfa1c83045c3b3634c93cf0eb610ea3a5bf86 0.00 MB 1 0
78,855 78,855 00000000003d3051ef0830e1dca8ed6363717c19bbd88b62e35c9bfe7a54f01c 0.00 MB 1 0
78,854 78,854 00000000003c1bf37409536d207fc7a601b52b83bcc6476648048fd576f05734 0.00 MB 1 0
78,853 78,853 00000000001b295ac37b04bb686f5f1dafdf371bcbbc992780fb0fd353d94fa1 0.00 MB 2 0
78,852 78,852 000000000056d3c5679b06a095b45600bcb1c62fa07571b6d9cf0aaf873724f7 0.00 MB 6 0
78,851 78,851 000000000031bb9f2233b81a41bcbb4c6cef2c2609a58a31dcfe0d5163e96cea 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.45 GB sent, 100.85 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.