Memory Pool Memory Pool Refreshing

2,890 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,783 (334,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,946 572,946 00000000000000000012fc779f11aeb9340baff817079f7d4331431b3cd579f1 1.25 MB 2,991 95
572,945 572,945 00000000000000000019cd9e87098796e428b891dc8198ec9e45fe146e2a5278 1.26 MB 2,770 95
572,944 572,944 0000000000000000001f302d52ee2b17f6187a9268355daf07afd44f3c6f0630 1.14 MB 2,848 77
572,943 572,943 00000000000000000019d2e091c4f52f8eb7c1f59c21ffe1afda44c04da05180 1.15 MB 2,962 73
572,942 572,942 0000000000000000001eaa2b46c23e4397d468740ee5b913f288fe616081f3d5 1.17 MB 2,635 69
572,941 572,941 00000000000000000025467147dd08c2f7b2eb2010d468782d245d0def0509a0 1.23 MB 3,046 70
572,940 572,940 00000000000000000017b3c306ae6c8239b56f3adffb15279498b7d34f96d1ff 1.25 MB 1,495 83
572,939 572,939 0000000000000000000836f1fd06bf38a12b82df2ba3478ada2530f51c8dcdef 1.16 MB 2,256 80
572,938 572,938 000000000000000000190a9ce84a8a7e0db755454edc5e77c645395838e3f324 1.16 MB 1,863 66
572,937 572,937 0000000000000000001034982b1bcebcf9fd823f0c693f56045eb428f3a68183 1.12 MB 1,482 88
572,936 572,936 0000000000000000000cf976d419a9cd370592d54df2b74f5e37dbb768249ae5 1.28 MB 3,081 100
572,935 572,935 0000000000000000002024e90a8871e72f7dd2d6f2c62c1c0407561826b2ed32 1.12 MB 2,369 69
572,934 572,934 0000000000000000000bcb6d95b2ce05f9fd548fa57f8bb295e6d78efa8ef3c2 1.20 MB 2,560 81
572,933 572,933 0000000000000000000736f64b3ab79fdcf7d9df6fa2e422728f00235a19ab70 1.20 MB 2,303 78
572,932 572,932 0000000000000000001c38f70c1043d04b37317be58ff1a474073008862560e3 1.23 MB 2,374 82
572,931 572,931 0000000000000000001b6ba9da47fafe94b083ebfe1a8ca35805dcaf87a9f8a4 1.13 MB 2,100 74
572,930 572,930 000000000000000000108e98fa919e16e1df3ee45710e063413f4642add50273 1.34 MB 3,531 105
572,929 572,929 0000000000000000002bbcc96dac7b2a3d7aa375411979d882e4795cfc4e44f2 1.11 MB 2,954 73
572,928 572,928 0000000000000000001f827713c555a8f0219ded3db21981d88a3dceb681a663 1.34 MB 3,366 98
572,927 572,927 0000000000000000001d037b36dae9f4ab1733645d8ac8e80d1aa381e9349090 1.33 MB 3,413 98
572,926 572,926 0000000000000000000b0bb8dd75f2ad8909b5808c4223b0a7baf13319628415 1.29 MB 3,303 101
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.