Memory Pool Memory Pool Refreshing

703 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (829,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,881 78,881 000000000054e9027ca0641009b9f8eed8cd90dae2252ec95e0360ab9ca41a78 0.00 MB 1 0
78,880 78,880 00000000004dea851d64f0edce7a47677b6496744f681b7e8965f963ace4308e 0.00 MB 1 0
78,879 78,879 0000000000096bc3a84c65ab8f3f4d6562b23ba1ec6cc8278a7a0c1e92d53641 0.00 MB 2 0
78,878 78,878 000000000001b512fd143416af3d15bd9c9a8db7c1d8a296fdad73185713ce8a 0.00 MB 3 0
78,877 78,877 0000000000367c9ce0fdb1130b80233396a2d80ce1b1874daddb66f1cf2f6d12 0.00 MB 1 0
78,876 78,876 0000000000445e1c5a4b6a4dbeba977635e9a3d855d4b8f74c285472c2f76d00 0.00 MB 3 0
78,875 78,875 00000000003fa0dd0c6e37f9c0df711f9c1d958d86e1fc921f4bbc0362c347ac 0.00 MB 1 0
78,874 78,874 0000000000226e4c5e51b113a5f8aba834feffd5b40b74680d02c2b6db3ce853 0.00 MB 4 0
78,873 78,873 00000000001a6c2785b710b0657556a6049ea5c45be4acf153daec4a7f2b5f15 0.00 MB 6 0
78,872 78,872 0000000000028f6d12dd770e6284babbf092109cca072213bb388820a181942d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.71 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,843.48 GB sent, 100.53 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.