Memory Pool Memory Pool Refreshing

3,583 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (618,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,498 289,498 0000000000000000ecc43737ea60ba11ceb60111f33c8e1caec85098b290f785 0.09 MB 240 15
289,497 289,497 00000000000000010508f92f33b910727750d8f1370079639f06fb7d97829771 0.40 MB 645 29
289,496 289,496 000000000000000072d13030858b978080b350ed3d6425af71a5d25f428ce542 0.15 MB 512 58
289,495 289,495 0000000000000000f55a96acc2fc30c582bbcaf2d19726b3191d7f373ab66e44 0.04 MB 128 52
289,494 289,494 00000000000000004cda65b60a5b8d33b1f703949d3a02b5e47e6c3bb8de9f26 0.27 MB 458 27
289,493 289,493 000000000000000005faa0e3eaa23ab5d05060db35fd0644cdbb1e6d0cc466e6 0.35 MB 643 28
289,492 289,492 000000000000000102315a9e814c2a9855fc1e98f40239129283d7340ae60463 0.61 MB 1,054 32
289,491 289,491 0000000000000000dd3978444c3b08741902e3b2516b6a0c1c4402c4a91386fb 0.04 MB 82 20
289,490 289,490 0000000000000000c1d266bee1f464e9cbe5052c84439c1c16732814e36f0602 0.49 MB 490 19
289,489 289,489 0000000000000000073d4aeeb26c3515a0f13ddf0685d33ced070ce2a6ad3fd6 0.35 MB 1,107 24
289,488 289,488 000000000000000109bf520d12b6e296b70e7d75cb3b8ee0c3b2721aef26943c 0.05 MB 125 13
289,487 289,487 000000000000000076d89191cab5d87d8bbbec34bda070773f4e70e481b89397 0.10 MB 267 25
289,486 289,486 0000000000000000d8692b6c4f9c07cf9f97eff69a7a9cdcd715e3688920a8c8 0.47 MB 1,046 45
289,485 289,485 00000000000000002dbcc1e1a5faca23921ca8d8fa71b82482b2a58a442bc8c6 0.15 MB 234 28
289,484 289,484 0000000000000000763843d66a592dfcaaf372afc87a362084fca16b0fed7b1a 0.05 MB 84 21
289,483 289,483 000000000000000072b1ebb499f65592e57b43065df8fd314323d35f6d1ddfac 0.04 MB 87 34
289,482 289,482 00000000000000011c2e6f63d301befca77922e5d056b60fcd0005a74c011cfc 0.17 MB 147 11
289,481 289,481 0000000000000000777619da9b67b331f6ada5d29416c787222514b80b30a67a 0.35 MB 653 33
289,480 289,480 0000000000000000b5d2eb0592ab29da6f4e8a9fa89a8182e7f6b1eb0ebea80a 0.04 MB 91 6
289,479 289,479 000000000000000006ca4a1218a432d034c580e676643bd3f3d290140585ac7d 0.21 MB 343 23
289,478 289,478 0000000000000000414e7ee8bfb5097691f8196381fb320c2ad03cf2533333b1 0.04 MB 125 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.30 GB sent, 93.98 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.