Memory Pool Memory Pool Refreshing

1,130 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (620,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,955 286,955 00000000000000010d5759433879c4724fe97f329902f17bb1505c508bbe36ef 0.04 MB 62 27
286,954 286,954 000000000000000077b265ef6a8a5a6c9d0e98f7d8ebf39ef63c9e2dcc2c8623 0.43 MB 730 32
286,953 286,953 00000000000000010d4d6030ef345cc6731ee0394f991eb1a27900005ce5cf8e 0.10 MB 122 13
286,952 286,952 0000000000000000ebf18cc5d6704d8edc604bca92ea764c5061149d8dbf1e6d 0.04 MB 48 25
286,951 286,951 00000000000000011dd59a3ae878ad1c4b4730d60540485219c09b723cd98565 0.50 MB 542 26
286,950 286,950 00000000000000012fc9e64ef1e3557ac82579ddb55b34babf93963597b244aa 0.35 MB 1,005 55
286,949 286,949 0000000000000000f01c9defa3d3536e17264be24441b15f6010738cd8b4d65c 0.15 MB 208 27
286,948 286,948 00000000000000012a009276969a6fa5f93f196f16fc9729eb56c36f9ab5669d 0.26 MB 426 35
286,947 286,947 00000000000000013efce83fe9ddc4fe31e78b06c8732222fc5b8a1ed823f9e7 0.08 MB 188 34
286,946 286,946 00000000000000014df9d42dc410c60c26fc7c12beb86902b8ab2ed4f9ccb089 0.19 MB 313 39
286,945 286,945 000000000000000055d969935e83d24412de947f60d7f9f9664c67111400b96f 0.00 MB 10 46
286,944 286,944 0000000000000000307870a651ffc9e445007873d72e79712812af6cf424d10e 0.10 MB 196 40
286,943 286,943 000000000000000078ee1eb50c0cb3d87d780ecd70ec4db6bf12e18248154778 0.05 MB 89 30
286,942 286,942 000000000000000007eebe8413045ccfe1d8099f76dad423460811bf2300ec0a 0.08 MB 137 26
286,941 286,941 0000000000000000440286563e042b6227a5f0de9a318bc9b339fd3ced2b7bde 0.13 MB 328 51
286,940 286,940 0000000000000000b72831bd49c327f7ea61b634d4318a6bf5044ef45b9667cf 0.31 MB 662 39
286,939 286,939 0000000000000000d123eacdbf50fe148c130eb40891a76d3a5af2fa0533854f 0.23 MB 424 35
286,938 286,938 000000000000000000f8f13e0c19a79e6b8aff72a299ce8c5419d9ea0149c889 0.05 MB 100 43
286,937 286,937 0000000000000000e346fb6ec28b0a3c6f90314800436953a7c904730f014c5b 0.08 MB 163 36
286,936 286,936 000000000000000084ad05cfd28bef168dc429bf7264109fbb9361fdadf12a03 0.40 MB 852 40
286,935 286,935 00000000000000005bc6f9d996e72d505cd647a1f13fdb8b79832db335dc11bc 0.15 MB 253 29
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.58 GB sent, 94.41 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.