Memory Pool Memory Pool Refreshing

5,819 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,294 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,293 (863,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,885 44,885 000000003003197735df8f7058ce0351405abbf11e0a4d846343193a30f6bd13 0.00 MB 1 0
44,884 44,884 0000000024b228c9667bdad758a630feba05d88bd8cb562150c941bf7a0f2f4c 0.00 MB 1 0
44,883 44,883 0000000014ed5b84c818e4f4efa8fdcd632cb0cf8e3d89a0673a3d162e8d401b 0.00 MB 1 0
44,882 44,882 000000000a4eb9ca304773df0e9a30bb6afda3e8fc6ab6491216cb9a90f14ea2 0.00 MB 1 0
44,881 44,881 00000000326761b9b9bdb74318274baed3abe4d00428a1a6c829d906f185f1de 0.00 MB 1 0
44,880 44,880 0000000023cf7ba0a9ec1e963ee950ae7264ac2c021555965f6bca30b975b359 0.00 MB 1 0
44,879 44,879 000000003444eae8c38ac31a85da68d63229f56c4085392018824f69639ef16c 0.00 MB 1 0
44,878 44,878 000000000ff7dcd44c3444b540faddd06000c6b4423c32dc47c68da42ced5c6b 0.00 MB 1 0
44,877 44,877 00000000165c4b12596595abc52fffd8fe1690476cf7dc226a12056707d902ed 0.00 MB 1 0
44,876 44,876 000000000f30b733425301f339508e9d43b6bab71fead03dfdf16a2c11140c7b 0.00 MB 1 0
44,875 44,875 0000000026728fb6ad343ff5f819b5de5579df19131b76d30318bfd7148a1edb 0.00 MB 1 0
44,874 44,874 000000002ea78f2b71156261498a55e219e8495d69bd3aae62d812a0c29d2490 0.00 MB 1 0
44,873 44,873 000000001d9379151a2fa32b8c6b069e97399dd9873753f34daa8416045e71cc 0.00 MB 1 0
44,872 44,872 0000000009c7f7d82ed2e72691d462feb3905be6319efdada9fd3e6684070c23 0.00 MB 1 0
44,871 44,871 00000000305c91447a1eae02191e7b5cbad9c1642fff725567f276e0fe3900dd 0.00 MB 1 0
44,870 44,870 0000000003153fdc20b7ba9da4ea2bef7b1e071a79972d83bf16fb09f595a6ca 0.00 MB 1 0
44,869 44,869 000000001a805eff766788eb870b5744f95ff5f28d49467972eaf5025f3b4797 0.00 MB 1 0
44,868 44,868 00000000331cbd04ee4344a403fe6b635877d46f4164be7390f19aa6bfe9f622 0.00 MB 1 0
44,867 44,867 000000000f19bf21c8355912bf66b2c35d9a6d8c5c6ec59875426bafcdcc6ba7 0.00 MB 1 0
44,866 44,866 0000000002aab39a09c4efc2deb8dde775c1b6da28768e4d5fc026af38814321 0.00 MB 1 0
44,865 44,865 0000000032bd7e9f7a63086e8b3d9ad77ba754641a0235f30d69185563a805e1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,692.50 GB sent, 98.35 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.