Memory Pool Memory Pool Refreshing

10,265 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (54,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,500 853,500 00000000000000000002efe1f3f82dd2f98b4d57610a85080e42414d94d0ad26 1.59 MB 3,831 10
853,499 853,499 00000000000000000002714bbd198dc51f5317ad9a16683fa02c5972f3d5b9e5 1.48 MB 3,546 18
853,498 853,498 0000000000000000000339804374b58d78f5e2ce07557e2a9b83b98fc5e5c497 1.49 MB 6,139 5
853,497 853,497 00000000000000000001bff86bb885710bd0e6bfe307030e7b3bf46599350529 1.51 MB 6,297 5
853,496 853,496 000000000000000000005778726857912568a6f27d36f415701cffbb3187f49c 1.45 MB 6,464 5
853,495 853,495 00000000000000000002382be5ea4dfdcd1c7995fabf7de3cd4eefd3f4817c02 1.52 MB 5,943 9
853,494 853,494 000000000000000000020626ea079ffc9c620f2dca057973ab3f2c8fb29f4d39 1.55 MB 6,447 4
853,493 853,493 0000000000000000000362129f6baec78b1c9123414111b824fcc5a76151eadb 1.61 MB 3,627 4
853,492 853,492 000000000000000000006149b2b1881cb47b8a13d8adfb7c90d23205ea4201ea 1.62 MB 5,785 4
853,491 853,491 00000000000000000003373a1fbc8aa10b25d15a8fbb12dafe520c382d7987dd 1.72 MB 4,633 7
853,490 853,490 00000000000000000000895117d1284d26a7d8bf7ac19cccb88a78bdade3ad46 1.72 MB 2,477 6
853,489 853,489 0000000000000000000047a11fd2125e1f9d2d0781cd10467422d5e7ca366cd6 1.76 MB 3,955 5
853,488 853,488 000000000000000000024d4c3cb5cf50098e10fbff2a72249efee20ef58fceec 1.52 MB 5,027 5
853,487 853,487 000000000000000000019f13fbac5924089bbae711e5131d6956b04ccd9de0ea 1.55 MB 7,107 3
853,486 853,486 000000000000000000014ae555e3f23ca0f70d153e94f913745eb624173b7a29 1.56 MB 4,492 5
853,485 853,485 00000000000000000002b2fa7e05a612a7f1d68b5bcfc5ed19b03f8f61105549 1.55 MB 7,677 3
853,484 853,484 00000000000000000001e3afeaa8928256fbd4dafe24c11c6d11b047aedb0a96 1.59 MB 5,931 4
853,483 853,483 000000000000000000013791b38133f97e18376c421fe000545eb13168c304b5 1.64 MB 6,095 4
853,482 853,482 00000000000000000000e08ed010d30a400d6d1cd45349fe8ca39ace77e20623 1.61 MB 6,215 3
853,481 853,481 00000000000000000000e7792c30048892774cec7efdbfc6b280da9ad555431d 1.96 MB 4,681 5
853,480 853,480 000000000000000000021587696a40a902322553564c06c2e30fd9be2a494e7b 1.49 MB 3,750 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.