Memory Pool Memory Pool Refreshing

5,348 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (578,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,441 329,441 00000000000000000c9ac89c8c9e7cf130fc7acdecde7ec833e4e9e219bab84a 0.85 MB 1,601 29
329,440 329,440 00000000000000000aebe81fe8da18f24608d6e2ba32c8e0b0cdc41a0cd4b789 0.95 MB 1,825 28
329,439 329,439 00000000000000000813a156ec352cd369336fc5efcd1ea1760b020467861894 0.13 MB 363 34
329,438 329,438 0000000000000000028a8cab43a4ec2f40f5d007b100fc3d046e6f18227048b1 0.39 MB 615 25
329,437 329,437 00000000000000000a268e1709e8e1febd63f87581c58b4177abb6983558f7a7 0.52 MB 921 26
329,436 329,436 0000000000000000082673e4e20663fc6347a0ae1c64615cc9a5fcbb1b1e2d1a 0.42 MB 664 25
329,435 329,435 00000000000000001202717eef002454e6b6240b2d1a271cdfdf8ab06e48b758 0.54 MB 948 34
329,434 329,434 00000000000000001317013fa54bb5b7e197112cb3342da52af740098a71a7f9 0.14 MB 231 25
329,433 329,433 00000000000000000e43b66e796cb45f27902e1da28a416b1de34ceba332d50e 0.10 MB 168 27
329,432 329,432 00000000000000000d95f127a9e0096769a4a5e9f117094d915c50fb6774af46 0.62 MB 931 25
329,431 329,431 0000000000000000019bf01c784eb86ce651a072f667da0ec1b71e53b2f2c517 0.07 MB 132 10
329,430 329,430 000000000000000002b8cd492e2428d4f95047a591c89975e63a474c8d3b7c21 0.69 MB 994 23
329,429 329,429 0000000000000000083a2bbf5f45991fcfa620ef56b87d93e9b36189f7ae283e 0.20 MB 355 22
329,428 329,428 000000000000000009ffcce0703c5f7a5a28ab731b4f425b6ae93d635cacd9fa 0.75 MB 649 16
329,427 329,427 00000000000000001908dabaf3c5de945cf82a597473cc54f80195ffd7f37ddc 0.35 MB 1,012 44
329,426 329,426 000000000000000014a06b208056b42a76c1f3dbbe132b1db515c373def39081 0.10 MB 179 27
329,425 329,425 00000000000000001bafd6b4eb24f443f5385cadaeca5726a5be30332be5c971 0.44 MB 723 23
329,424 329,424 000000000000000003028c89525f7be51b579487d0ffd81227b9a74cf969f0e5 0.50 MB 904 26
329,423 329,423 0000000000000000066b3c1e84e0677ce0663b67e48bcef2deed46939d4a5fd2 0.19 MB 309 22
329,422 329,422 000000000000000016fc306ab25cc1ee0ac5a91891517fbf1c663f30c5ed201c 0.51 MB 952 28
329,421 329,421 00000000000000001961457a26c7d584bd0ed75db2c1405f9cf9dd8c7bfda363 0.75 MB 1,408 26
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,632.87 GB sent, 93.74 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.