Memory Pool Memory Pool Refreshing

3,731 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (558,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,933 348,933 0000000000000000035ad755fde3addcda6e7468f1364538055bc90e9ffec10c 0.18 MB 357 25
348,932 348,932 000000000000000013742589041a892d4096eda56ca58d366392efd65413370c 0.16 MB 362 26
348,931 348,931 00000000000000001061d8dc65095edd8e62ae0928f0ea4e3e053726a09bd635 0.20 MB 362 25
348,930 348,930 00000000000000001427a1925c55217a651e71239877a5a1d3e4924763572079 0.28 MB 422 25
348,929 348,929 000000000000000014d0f40223f6e482f5fd4785e1dda95854aa5d801fdd28cf 0.18 MB 296 20
348,928 348,928 0000000000000000035ffc3de83580da662b938605cb777493e16537567b3e45 0.03 MB 50 32
348,927 348,927 00000000000000000a3596801dd1b1705c9beaa61c0efa391c439af4269f1426 0.10 MB 217 28
348,926 348,926 000000000000000011fe211764825824abb7491e86a96ad041c4bf8d69a135f6 0.06 MB 140 27
348,925 348,925 00000000000000001236177e69f80ccaef2840ddf1ecdc99541ee58dd191d58e 0.24 MB 429 26
348,924 348,924 00000000000000000fd9c854127ab45f7930290992db9ade0e12c9e6bbd5ac8c 0.20 MB 390 28
348,923 348,923 0000000000000000101c92b179d67b2477a88704e512b30f52623f778281c4d1 0.02 MB 35 25
348,922 348,922 00000000000000001561c813ec34d136ff2cf679c9d096dbafc00e27f83204e6 0.27 MB 444 24
348,921 348,921 00000000000000000d56f4c4ee2943e2742f629b501ae2d4f4b61fbd688d000e 0.29 MB 561 26
348,920 348,920 000000000000000014109211876ad23613eebd2e0c6fa59dbd2f303f224b8ede 0.08 MB 158 23
348,919 348,919 00000000000000000defccc6ea4bc624623c2cdeb2dc014fbfd238d668c0fc3a 0.12 MB 206 29
348,918 348,918 00000000000000000960971d8c01ffccc9115065bf1e333ab65135e0c6747338 0.07 MB 143 15
348,917 348,917 000000000000000008dd77c49b91b6c2c2109cd89728ca1ccd7ef11ada4674f1 0.10 MB 121 15
348,916 348,916 000000000000000014f37a4016c1b18de77fb7937017d95f5b5433eed657e995 0.24 MB 414 26
348,915 348,915 000000000000000011a2e728d1570688f4bf09631a887c19ab95ea1fbd07ae8f 0.47 MB 847 28
348,914 348,914 000000000000000001e39eb5d2efe46e96d0c9aea030142b3ce88ffd9c15f558 0.19 MB 388 28
348,913 348,913 000000000000000001cecc5d379846e9ff8a709c46dbef2dba14754212e2d6bf 0.22 MB 249 22
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.27 GB sent, 93.11 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.