Memory Pool Memory Pool Refreshing

6,038 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (567,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,693 340,693 0000000000000000006d673441a01a90724588be99a48a44de87f9deb0d222a5 0.75 MB 780 17
340,692 340,692 000000000000000001e65fc4c34a5d48f3f4f8d55e557ea527be1dc326c04a20 0.75 MB 2,281 37
340,691 340,691 00000000000000000c199c01c5011eeb502d413616707f356f0b79ac396ff280 0.24 MB 658 39
340,690 340,690 000000000000000004fd2e53d1cd757b1486eec51b73251be6543bda051e4c44 0.20 MB 564 34
340,689 340,689 0000000000000000082a8db3a7aec3c08148c508eadffc6d95e64f3d8cb94db9 0.07 MB 105 10
340,688 340,688 000000000000000017064d5d1986cd7a38c61e7ea7dcf86d1f07b2b25968cd5f 0.13 MB 187 20
340,687 340,687 00000000000000000b5c04e328441885a1c91bcaf51c383a8944bf0a73303c3e 0.04 MB 71 53
340,686 340,686 00000000000000000902b41f8bc91749079943fed34db2d4fd9c911548a6e562 0.10 MB 115 17
340,685 340,685 000000000000000005a69c08a2360501ff22f4c154fbb4365c83ee1680a81e77 0.11 MB 256 24
340,684 340,684 00000000000000000d02bbba6768286a643860a879864a20e1ac004f4009621b 0.25 MB 537 24
340,683 340,683 000000000000000000673cfcad1d4a2204c2519f9c5ff0f477cac38f0bbcf370 0.32 MB 641 27
340,682 340,682 00000000000000000ed3765d11301757d3d7826b89f4d090a0bfd001e7e11e8d 0.45 MB 721 22
340,681 340,681 000000000000000004fee80b2dae1aec3903d7742b840706c01af61f776289ef 0.08 MB 91 20
340,680 340,680 0000000000000000118aad1ba189326ebd70201521976808bc27bdbb8030abce 0.35 MB 723 28
340,679 340,679 00000000000000000768825be309cbba1139b53124199b16969e9b7b2751ee53 0.19 MB 282 18
340,678 340,678 00000000000000001710870909b4baab950d6cf8381bda26b20dc952fedf48d8 0.10 MB 91 11
340,677 340,677 00000000000000000de9cda34c8defcd1f80969c142ef2dad6221a9d202f8bb1 0.10 MB 166 7
340,676 340,676 000000000000000006165f4d9d5cc31821f73b1e0dbede28dfc94e566f0b8791 0.23 MB 335 17
340,675 340,675 00000000000000001641c68b1584f59e0756e0c494fb89d835f602a2e414a723 0.58 MB 779 23
340,674 340,674 000000000000000011ef3e6baee55da02df656ee9cb27417101a0ae998d7d775 0.17 MB 426 35
340,673 340,673 0000000000000000160c561a8fd68d5813da96e947164bbb7ad4a961cad28d94 0.61 MB 1,091 24
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.