Memory Pool Memory Pool Refreshing

4,987 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,275 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (434,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,649 473,649 00000000000000000037ffcf5cb9381110a5f6a5d831468e6ec08b8e3a5c4e64 1.00 MB 1,262 143
473,648 473,648 000000000000000000d372932f0d0a89eba7251f5968ce3101c1ea2d4620a2d5 1.00 MB 1,718 84
473,647 473,647 000000000000000000ee69164fc7b391f9d6be941fd8f40a2eebd2e510297808 1.00 MB 1,551 143
473,646 473,646 000000000000000001552e2890c9e0bb5ebeb98f9dadd0bb44968a1bd9817352 1.00 MB 2,303 375
473,645 473,645 000000000000000000727a1145162e25feb556606f31e44b9d2e32f7dd064e72 1.00 MB 2,192 267
473,644 473,644 000000000000000000cced8f33ad364e0d5b5393db49193e0c487d2d76d76606 0.60 MB 975 35
473,643 473,643 00000000000000000133b0255ce98b6a6fad5a01541438eaaff89c612145dc77 1.00 MB 2,231 300
473,642 473,642 0000000000000000015b6544a295ef9885f614c7fe8f20e54d6e97f458b4efcb 1.00 MB 1,967 247
473,641 473,641 000000000000000000dcdc1528a11b6e0f6f124b2e76369a823f01a483de7b76 1.00 MB 196 24
473,640 473,640 0000000000000000014ffa320eb329206080c4a007d48766bc62f51bf93fd418 0.03 MB 54 384
473,639 473,639 00000000000000000134d81cb70e0a136fcf3e6babe3bc2bd7d5415f001c6196 1.00 MB 1,714 117
473,638 473,638 0000000000000000015f78f7ad02c7edfb6ad6b3fc7633b192ab602bef846ecb 0.80 MB 1,473 279
473,637 473,637 000000000000000001007c5f42a35c35474e55fdd0acb5d3f61ad499f9aacd5f 1.00 MB 1,340 144
473,636 473,636 0000000000000000012c17ab8ac39892b36fec85c1f537dfd72f6cabd8a19e28 0.75 MB 742 48
473,635 473,635 000000000000000000d55a0bfb9d241a8abb488e86bb86038370b0bc737d7dab 0.28 MB 684 223
473,634 473,634 0000000000000000008e9e2ef62f7eab49c727ccc769ba7906e1083a8f9ffec4 0.13 MB 155 292
473,633 473,633 000000000000000000ee38968cf5405edad2734482b40838911e9b42374b4fd2 0.01 MB 38 169
473,632 473,632 0000000000000000017bb96f82136d1c37ff1ebb62f7ac53e8349b2642037011 1.00 MB 1,631 142
473,631 473,631 0000000000000000009352c2cf00a0daa39f37ed7be5034400a9231a9ee3eee1 1.00 MB 1,764 334
473,630 473,630 00000000000000000117cff0738664f624b7df83ba3b702181af76227463c4a1 0.74 MB 1,228 85
473,629 473,629 000000000000000000852eba96fbdb0aa1e0703590bf727cb83ed6d77416337c 0.94 MB 1,621 281
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.