Memory Pool Memory Pool Refreshing

497 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (24,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,658 883,658 00000000000000000000ccbd91a9165cdd046483b0a44f00619da971eff07bd7 0.39 MB 737 3
883,657 883,657 000000000000000000001c2e168bcd3fe9b4e4989c379b6911b153b3457c8759 0.75 MB 924 2
883,656 883,656 000000000000000000012a95201b2c92e2cca8c296a38410669378701691d7ef 1.62 MB 922 1
883,655 883,655 00000000000000000002423851e1021471afba13f401bda2d6bddab4f709b09c 1.89 MB 2,185 2
883,654 883,654 0000000000000000000023a93b4b68d89bcf8ffe99e3dcaeb0f4105a12657950 1.72 MB 1,492 2
883,653 883,653 000000000000000000019025f844fbade6ad68ff9ba2e3369acbd00f5de9f9d0 0.88 MB 1,279 2
883,652 883,652 000000000000000000013984bfe1bb2b70d6b1ed00eec978d2e1a0466b48f34f 2.30 MB 3,016 1
883,651 883,651 00000000000000000001e025d553a16b2621bf37d7f9b7de7f80733f297e67aa 1.80 MB 1,580 2
883,650 883,650 000000000000000000023cc1d161c9a26f2a2cef2ed0009541eb0a71dc70aa6c 1.89 MB 556 1
883,649 883,649 00000000000000000000353f33d62c980be9f96e37fd48face388beae372bdc6 1.52 MB 642 1
883,648 883,648 0000000000000000000125a8c4a663ce39fb6100cfdeeb008117cd00eff7c8f9 1.65 MB 507 1
883,647 883,647 00000000000000000001295a2496bf136e0433ccc1ed63d56024364606afc08b 1.81 MB 1,777 2
883,646 883,646 00000000000000000000f9d4a10d2cf8f8f5e715becce72dcd209fb44f941073 1.55 MB 3,596 5
883,645 883,645 00000000000000000001a2a9cf92310c752e2d48246fe904176dbdd43139ef69 1.57 MB 2,655 3
883,644 883,644 00000000000000000000b795d392f860edb00e58a9c46ed96671f501ed9e7d9c 3.97 MB 52 20
883,643 883,643 00000000000000000001d58edfe9e549458a2153600cea66baf3afdbdcfe0647 1.68 MB 2,676 3
883,642 883,642 000000000000000000013ec2ff7c7a45398f69bef47a5330ef819d3b221b278f 1.52 MB 2,434 4
883,641 883,641 00000000000000000001bd23597e1a6d7d1e56ef1c68c8b5f214d876eb75d9d9 1.73 MB 3,221 3
883,640 883,640 0000000000000000000169dab44af0a1dfe56b7378c692bfaacea24f51871f8d 2.42 MB 1,483 1
883,639 883,639 00000000000000000000e7afb602280efff4c028fd8913c04281f2f8a9df4aae 1.99 MB 1,521 2
883,638 883,638 000000000000000000025d58efe3c64a338a627b3456224bc7eb7e967f3354e5 1.75 MB 2,960 3
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.