Memory Pool Memory Pool Refreshing

581 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,063 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,062 (897,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,960 10,960 00000000c39075f212a8053d4805d588bce4c08a6b38ea3e3f0bb36c678514f8 0.00 MB 1 0
10,959 10,959 000000003e1e72f95b1bf6ddb0f1cb5f143d0c21d9f0960d8314a876cef9ab28 0.00 MB 1 0
10,958 10,958 00000000bb1ac35c1f5d8be68dd05afeed8786249e9a03713ce7f81494a3011f 0.00 MB 1 0
10,957 10,957 00000000d77c22fef066db57bc28bb28d0495d5a994a7ca22b1ef4fc1f9e81a5 0.00 MB 1 0
10,956 10,956 00000000dc81677658fc0131d5c847ba01dd0950bec48d620301ba426b9bef6b 0.00 MB 1 0
10,955 10,955 00000000a3e0715798b8d28aa1803fe3dd701002310a678d4bd9568bb811023b 0.00 MB 1 0
10,954 10,954 0000000039e129f296d1c317dad8c0a5cf364169faf1a776244962533eae7ac8 0.00 MB 1 0
10,953 10,953 00000000f0262c12d9d4e71e74110b2adb93a0c4698166d3a0f1c33073366043 0.00 MB 1 0
10,952 10,952 00000000cd8cae231f91e4765c7c580ebe3058b93129ccd2286cdff2c9afeaf1 0.00 MB 1 0
10,951 10,951 000000006dad96a7f494a8d614dda2ddb860d2186c4dcc86da3e23f39702fb7c 0.00 MB 1 0
10,950 10,950 0000000024a54917b4f535a4f6c105e088507819e644095c150671cfa388da67 0.00 MB 1 0
10,949 10,949 000000004895e6322dbf39866051812dc938cb78dd44405fb902851fb5464d66 0.00 MB 1 0
10,948 10,948 0000000037e4031e4952b1b7bbc99b520fd59580afa3442ee9b77fa6d5acd1a8 0.00 MB 1 0
10,947 10,947 00000000a7b5bb94f3ae6a00d965aebe36e931e412230990d316151ee28cf066 0.00 MB 1 0
10,946 10,946 00000000ffdf54f4df138ef2b35b1d6a46ff67512d09646a023b92e35ba52069 0.00 MB 1 0
10,945 10,945 000000005237dbc4fdee9c3676aaac78bb766eb4a1102bad0895edc92408029d 0.00 MB 1 0
10,944 10,944 000000004400aad7376bac457673abcce6daf68bbcb884848190abb7f770cd51 0.00 MB 1 0
10,943 10,943 00000000c5591c89ce012adaaa0eeb484f61e025f731e688c23f04cec81ef4ac 0.00 MB 1 0
10,942 10,942 00000000bcd92050f96c31ab5c9fe71d3d443e568f9c5918f5f45450f6fa953b 0.00 MB 1 0
10,941 10,941 0000000013b83c80cbcf3e47155b9a9d2ee652ab3d576dba3d3719abb3a246da 0.00 MB 1 0
10,940 10,940 000000007016d1df1c1c15c14363cf19e967c317ef039d8dc99e497df49a15e4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.66 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,653.99 GB sent, 96.15 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.