Memory Pool Memory Pool Refreshing

7,677 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,931 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (789,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,678 118,678 0000000000003041681c022fd12c7ce8468cfeaf0a23adb868e5d3ed60558599 0.00 MB 1 0
118,677 118,677 000000000000516cdef2f20cd6e66b250bdd629207128012723b620c159f883d 0.01 MB 22 508
118,676 118,676 00000000000043174dd27558ca73cb7e247426d0a86fd6dba75bca0c7cba9cd0 0.00 MB 1 0
118,675 118,675 0000000000000acca5ec5c9a74b2ed079d574e9f27bf898b534e96d733fa7902 0.00 MB 5 0
118,674 118,674 00000000000069aaaf2e67b2b8ef6861cf0fd4eac030df583bd6470a532dd263 0.01 MB 35 136
118,673 118,673 000000000000498d1a58db8310f6b17dcf2b7f4ef97c1998638a18ff8ba7de66 0.02 MB 8 749
118,672 118,672 000000000000aa4b71958839708bfe9d2ce5f026a683e073ad2ee0408fee194a 0.00 MB 8 0
118,671 118,671 0000000000002d53edf6d427ec7024022c6e1c0983da907d258277b194e6ca42 0.00 MB 8 689
118,670 118,670 0000000000001a4369140741325afeee47b2119e4c9f308bd694e552bd25a594 0.00 MB 12 339
118,669 118,669 00000000000042708176af0c765f6196b21f82e991b7693ce669a6f05f0f9e5e 0.00 MB 7 0
118,668 118,668 000000000000378acbcf3503caa29f0787e11c5c051d3dc183e5d7a3c8ed8ea6 0.02 MB 5 934
118,667 118,667 0000000000006e2f0bf80340d15d6464c08e51c0197b11cb690cd589369e43d9 0.00 MB 7 0
118,666 118,666 0000000000004255bfc010276ae81812bfec6982fcd93afe8de20555c52d33f7 0.00 MB 2 0
118,665 118,665 0000000000009003d3da5dc11c08bbad71a20e7c82da55149ee7976998f035a9 0.00 MB 9 0
118,664 118,664 0000000000005f1fa38fbeb1588d09221263601b6ed6bc81c79b220f6d938af5 0.00 MB 12 321
118,663 118,663 0000000000008bf199082633a1c7cb70e3a5adbc75669577dd4fe4dd310f7660 0.00 MB 12 326
118,662 118,662 0000000000002eb68418e7e3ce9ff2e989bd0dad067464f4952cf2c42844328c 0.01 MB 15 4
118,661 118,661 00000000000071ad3fe506d8306411fc85755169061588ad96a80c3179ca1c79 0.00 MB 1 0
118,660 118,660 0000000000001e40032cf11a320f61c6b329caa8e0e9740b36e16652ba0f4755 0.00 MB 9 0
118,659 118,659 000000000000c2c109fe23685a2e5868bedd1ee3c16de38fec01c63af812b6aa 0.01 MB 28 0
118,658 118,658 00000000000073ea8e25eef09ca80c77473f16c2797070956befd4f1d739c117 0.00 MB 2 216
Previous 10 blocks ↓
Total Size: 769.45 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,646.00 GB sent, 95.21 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.