Memory Pool Memory Pool Refreshing

6,453 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (821,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,657 86,657 00000000001876a224ce44cc5b7aa53f5b4b6592147fdb5cf461a3c94fa51f3d 0.00 MB 1 0
86,656 86,656 00000000001b5edcfae87fe77fdf0ff6742fcb32f48820653ea8008fa1087638 0.00 MB 1 0
86,655 86,655 000000000018105868ba91876e83e5beac1d2b681b82ffcb838fdc1809ab6a63 0.00 MB 1 0
86,654 86,654 000000000006800beb53f9dd71e880b9664bb7563ad3017c549139f2bc4d80ac 0.00 MB 1 0
86,653 86,653 000000000018c45ab7e8be951fab86472d4ea42255060f0bf3d88a96e5427dc9 0.00 MB 1 0
86,652 86,652 00000000000f998a4602d0e21285cbefacb93ebbcdd4e35b1fcf37b523f78b9e 0.00 MB 1 0
86,651 86,651 00000000002b34f3aed6839853c8dcad08d3b437ac8dc3de548cfce6ff6d29f5 0.00 MB 3 0
86,650 86,650 000000000012ed61ed53e522306133f0dccdfab0483c05c6155b2d182e73ac83 0.00 MB 2 0
86,649 86,649 00000000001d20fead2353cc4b953321bb94e1729650eba12ac0600bd7adf2f3 0.00 MB 1 0
86,648 86,648 000000000014f6842b4e13a5d32551f55ccea73beed03dc0b5333d59ce755957 0.00 MB 1 0
86,647 86,647 000000000012e2584a0f6c9d8d7546b41df3eabba605dd264a3985ff782c8d53 0.00 MB 1 0
86,646 86,646 0000000000033730fcd3293023b87529dfb8c2696a3ff4bf3571b4840543a0a6 0.00 MB 16 0
86,645 86,645 0000000000100b5eb91ff7c25f46744d30794d3fad2d52c7c7152b8cfbf4db6a 0.00 MB 1 0
86,644 86,644 00000000000d4fc535675458b80f51b5022ff42d90f82b17e26ca53b05b7ac27 0.00 MB 1 0
86,643 86,643 00000000000e3e5214adde93897d559a858e535bbd2cd3901ea42bb0dc8516dc 0.00 MB 15 0
86,642 86,642 000000000023ca9dd7d6203aa88b82e92a9c92a0c912be11f2217720a6eda67f 0.00 MB 1 0
86,641 86,641 00000000001a4eacea3a491e0f1c4260fb9c94784540f63cb0611b5eb63c4e0e 0.00 MB 1 0
86,640 86,640 000000000028fd1a7b17d3c82b944c3dfaf5eaa9e4749905a9e2a847d6b7d67c 0.00 MB 2 0
86,639 86,639 000000000020de8880e82a2c6f9afbd31862c6fe8df27566aeb628794ab7bb89 0.00 MB 2 0
86,638 86,638 00000000001e60fa6451e9d96e459297749c948ab74cef38a499f76f2dfd56fc 0.00 MB 3 0
86,637 86,637 00000000001bf404694ec0c9b64855cd089d80c54417ee5157ed8ff6f0025eb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.13 GB sent, 100.77 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.