Memory Pool Memory Pool Refreshing

5,066 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,403 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (16,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,682 891,682 00000000000000000001728b64c1b64d77dd7fb8d28651b7c4ffce01496db4a9 1.92 MB 2,690 1
891,681 891,681 00000000000000000000fe003e8a1e30932f58a8da2065403851d02c46069b03 1.67 MB 3,869 4
891,680 891,680 0000000000000000000246031e46c965d7b435642a2a62b06991f0703ed07407 1.67 MB 3,481 4
891,679 891,679 000000000000000000012c345c35c5a035995d42ea41bd65406f55eac577d971 1.59 MB 3,492 5
891,678 891,678 00000000000000000001f7dcbd952ee79d7eae313feb7ee8af99544fd1032bb5 1.58 MB 3,114 4
891,677 891,677 00000000000000000000c5ddb12e0d98ca5ff146ece13719568a766874aa055b 1.66 MB 2,469 1
891,676 891,676 00000000000000000001ef85773296bcf3b01e22f18931c018def3327154984a 1.68 MB 2,559 6
891,675 891,675 000000000000000000019ce626a4e8ed1a846dfa665de1bd10319837a1207172 1.54 MB 2,665 3
891,674 891,674 00000000000000000000b5078566ba4bd7a7924f5626eab9edbb734daf956241 1.63 MB 3,860 5
891,673 891,673 00000000000000000002342a9acd7290685e8e523b77fea346bf63ba2981575f 1.55 MB 2,805 2
891,672 891,672 00000000000000000000932316a71f84ab72c5369142a5bd57f8f8e97a08888e 1.62 MB 2,826 3
891,671 891,671 0000000000000000000135845e350caacfb407cc5fbe4c253b17f09c654db3d1 1.50 MB 3,277 7
891,670 891,670 0000000000000000000035c3c2c073963ed67bf53cd97cc388d20450e841f3b1 1.62 MB 3,035 3
891,669 891,669 0000000000000000000190459816c7c2bc1ff9da33068f9b5c9313cb22f5a41d 1.50 MB 2,657 1
891,668 891,668 000000000000000000008ddb6e71e5972c11ba5b33ceecaf5c6dcd99d92ff065 1.63 MB 3,006 2
891,667 891,667 000000000000000000013d5efc25bf404cd78aa368d1647e16d52167eb188b64 1.65 MB 3,436 4
891,666 891,666 000000000000000000002f47680420f8e61d1095401d852787265e31c7e08f08 1.56 MB 3,018 9
891,665 891,665 000000000000000000012b7759090e9eb6fe3020707b4d5f72579d5b898d42d7 1.67 MB 2,833 2
891,664 891,664 00000000000000000000936080aed44ac8218fe44302e4cbdc76ab1141736189 1.53 MB 3,421 4
891,663 891,663 00000000000000000001319b684b18c67f5dbade7b4bdd8d9cafd9d78a2c337e 1.64 MB 3,737 6
891,662 891,662 00000000000000000001e73a30fe8879f25e3d7824c172047a8c4872edb3cf3a 1.66 MB 3,315 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.