Memory Pool Memory Pool Refreshing

6,709 transactions
2.26 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
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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,848 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (61,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,886 845,886 00000000000000000000e73a04d5f7f4904ed34d4600944f8b83e70636ad2b8c 1.53 MB 4,902 30
845,885 845,885 0000000000000000000029ff9296a294e8192348c2ca928a8973784c177963fd 1.50 MB 4,380 41
845,884 845,884 00000000000000000001bbdbb0588b32078f2452960f5e0ddb8dfefa20beb8fd 1.46 MB 4,961 27
845,883 845,883 00000000000000000000d4362207732d3f0f074f30c6f64e39da7c0b625cce23 1.47 MB 4,493 28
845,882 845,882 00000000000000000002baa476d6729fe48c76a4657f055f197f5e4c87ae9f9d 1.44 MB 5,581 18
845,881 845,881 00000000000000000000c9f653bcb5515bf8e0bc4c4c64cb459c2db6b8534472 1.49 MB 4,868 18
845,880 845,880 00000000000000000000e94f15f69b0c633230048dfbdead18d8a1e2949db1a9 1.33 MB 3,721 16
845,879 845,879 000000000000000000002ffb7d378484139a16004402619a56f1c88bb966d6d6 1.50 MB 5,359 18
845,878 845,878 00000000000000000000d45ab12110a87f4535c4a230e906c60077cd7bd60833 1.51 MB 5,749 15
845,877 845,877 000000000000000000033b3a9e524ef828041578dacbeefa6ca0fab4df4fa115 1.44 MB 5,171 26
845,876 845,876 00000000000000000001d3a5594789a778b88bd8ec75dcff7305690da3f0ef59 1.46 MB 6,704 28
845,875 845,875 00000000000000000002aef7a294d2bd5fd9324e8e4a78b352d7d769f6915b6c 1.49 MB 6,077 20
845,874 845,874 000000000000000000009e10b22daf7a711fbf70acf7125f2a795c5f48d46f1a 1.42 MB 5,496 21
845,873 845,873 00000000000000000000926611a676d12c586af79cb612d054bb5d6b347154f5 1.43 MB 5,815 18
845,872 845,872 00000000000000000002493eb4581b48083fe7b52499edc8b4b7a87e93dfe191 1.60 MB 4,621 17
845,871 845,871 00000000000000000002152f9784e1eff60c00c2fbba00bd002e0362f1ae8972 1.61 MB 4,084 21
845,870 845,870 00000000000000000002313da2d4c1050145cd1953e7c731c3482be0ef3972fd 1.28 MB 723 14
845,869 845,869 00000000000000000000cfc6e0f13589140c486b7a4fefdc3bcf26b66f7cdd8e 1.59 MB 2,075 17
845,868 845,868 000000000000000000026d3a3bb7cc05176f1e3427a03a9925443aa52c5dedae 1.38 MB 3,084 19
845,867 845,867 00000000000000000001a8ab2a99236a34ca3308d372044cf9f2d1f27a3090d8 1.42 MB 3,068 18
845,866 845,866 0000000000000000000145ab42410eee19179e0d1d88a57e2105b148165ce281 1.43 MB 3,750 23
Previous 10 blocks ↓
Total Size: 769.23 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.72 GB sent, 94.06 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.