Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (618,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,509 289,509 0000000000000000fb0951edf1b6e6f60c3625f8db9165a63e843a6d03c73b1b 0.16 MB 407 32
289,508 289,508 00000000000000007de01331f301c2023f795b55d01be902824a10d3c12c2098 0.50 MB 1,162 36
289,507 289,507 0000000000000000c07c38b8124fd7bb715a402eb4d5b9895771f638fba088b5 0.24 MB 417 31
289,506 289,506 0000000000000000cfd72947108065cedcdb0e1fabab06fe6ff5c0821fb9d01a 0.16 MB 353 32
289,505 289,505 000000000000000000b5aeb5b289fda88cff76ca58889c16e973adf728a88091 0.30 MB 390 21
289,504 289,504 00000000000000003637701ce561195a244919c936ec7c7673d1d85703d196be 0.18 MB 512 39
289,503 289,503 0000000000000001090eb24e92f5b53e9005825c34724b4fe566b779063c759c 0.08 MB 256 72
289,502 289,502 000000000000000072de40a1342e84004a72aceae574c26754b0fcd4b34d4304 0.04 MB 113 6
289,501 289,501 00000000000000001708b3a7debd9b0547bf98d4e7fc1dbdfafb4936e506ec4a 0.05 MB 137 9
289,500 289,500 000000000000000007d1b99aba4ec0b0d4fd88438c80cd44d43f46643b7f0bba 0.11 MB 206 30
289,499 289,499 00000000000000000ca28c24a9199d5854797abbebad33e819ab8825ed30faa3 0.02 MB 36 27
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.