Memory Pool Memory Pool Refreshing

4,701 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,799 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (6,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,510 901,510 0000000000000000000202fb64139e651e6e83e0a3219268cd05651f7e960306 1.66 MB 3,285 3
901,509 901,509 00000000000000000001a6570b9ca443e49be43d318bf9e8c678fad44fa9dfa9 1.56 MB 3,900 1
901,508 901,508 00000000000000000000d28b8ed4ecc30750e82ea2d49bf934e2c67edefe885c 1.63 MB 3,080 2
901,507 901,507 000000000000000000013059bbc2e830ce7d9e4107aa59c1dbcab32ac124d78a 1.71 MB 1,762 1
901,506 901,506 000000000000000000006ee17003e83f42ac627fd504fb9aac395e96d6275b84 1.67 MB 3,270 1
901,505 901,505 00000000000000000001212f1d5bbadc0a9c1d361c71e2cf1200ec0c20c006a4 1.59 MB 3,847 9
901,504 901,504 00000000000000000000706b1005959e7eda721875ce145a78cf99964dfec948 0.59 MB 1,277 1
901,503 901,503 00000000000000000001360c353ee5357f1d5cfda205e624e0d43ea2667e3d91 1.11 MB 2,208 2
901,502 901,502 000000000000000000013824107d0a7d2cf6140868d915a22d01680c2bb54a40 1.63 MB 3,093 3
901,501 901,501 0000000000000000000074adde95a248440638c4598b65b6f04ec1cb736a3249 0.73 MB 1,204 2
901,500 901,500 00000000000000000000590925e56c2f7ee90cfd4594005fcc787fe9473a18c7 1.07 MB 1,572 2
901,499 901,499 00000000000000000000e3f2849280c1cc4669e72ae350485263675589a2ee47 0.19 MB 486 1
901,498 901,498 00000000000000000000fe3c3ba451b1ce7f63acc7035af5bd19b55d88855d21 0.11 MB 216 2
901,497 901,497 000000000000000000003584ceabdd9b1241b770eccb88029cca143fd5e7586f 1.29 MB 2,034 2
901,496 901,496 000000000000000000021b939e31125700d1b5dfd2241dbdca709d7b4c7fa19b 1.01 MB 1,765 2
901,495 901,495 00000000000000000001fb34c6000a3005108d44d34a3d84ed3fdb6629bda01e 0.89 MB 1,565 2
901,494 901,494 000000000000000000003514980319f79c7a091b10c43b15b198fc9ef78c8121 1.38 MB 2,878 2
901,493 901,493 000000000000000000019ccd82dfd4380e8d72462f30a406fa8dcf8d44aa5276 1.58 MB 2,865 3
901,492 901,492 00000000000000000000618c042ec875aa48b472de742d0abaacc63300caca3b 0.84 MB 2,319 2
901,491 901,491 000000000000000000023546577f9d910f398719b64094b5b8103e8d2f479d85 1.40 MB 2,031 1
901,490 901,490 00000000000000000000a92b8938dd35bcafcb37a48007a8763194391b64a874 1.52 MB 2,504 2
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.52 GB sent, 93.13 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.