Memory Pool Memory Pool Refreshing

7,988 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (588,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,510 319,510 000000000000000026854018add2d027f3ea4fc0601e748b853e0c115e18b2ab 0.47 MB 629 21
319,509 319,509 000000000000000023d7a5caa6d2c995ec256859c888b1172f9147b0d953b960 0.01 MB 26 33
319,508 319,508 00000000000000000dda2a6b227de8c30d30544b853943a9274c71cab13accf0 0.01 MB 16 35
319,507 319,507 000000000000000014a754be754a5dbb607572f273fe438ef1d4cb223f0034fa 0.09 MB 131 21
319,506 319,506 000000000000000018fa081192d13125ad8736bdd99483882bff0d806671edd5 0.02 MB 42 32
319,505 319,505 00000000000000002601fc3459b5dc90f669b46d8373027074ce1cf30ef37ad0 0.18 MB 331 24
319,504 319,504 00000000000000001b4fe54d25adf521e89f7c88b14382d1eede09bb08f78af1 0.13 MB 200 13
319,503 319,503 0000000000000000182910564bee78adb16eff6e9eb9e0edb914cbb6d5a4c30e 0.25 MB 466 27
319,502 319,502 000000000000000006b7d14188579307fab78b3c48f5c6bcb1546fae969c2d2b 0.08 MB 141 30
319,501 319,501 0000000000000000123339b301a43865f9df720269a2f13925bf3a2df59ebfa0 0.07 MB 161 29
319,500 319,500 000000000000000000bfee2b5570610a0c459a0ca2ef1cf624492a256f85bb15 0.04 MB 54 19
319,499 319,499 000000000000000002ef0bb55aab6f61ec70dcac055638bbbc7a6936794d6710 0.35 MB 709 27
319,498 319,498 00000000000000002578060d969d0f3cc0a46602d66d1e2e35eac32e296a684d 0.19 MB 439 32
319,497 319,497 0000000000000000157f644d21499da6d629daeca8fad30203191b228da19b04 0.03 MB 69 29
319,496 319,496 000000000000000020c86abb23f1db0411a0733afc6a1bbe8c2b824e92f2c7d1 0.14 MB 284 28
319,495 319,495 000000000000000018c6aaea80af1373542be1c0c1e5e01f94af99889139ae07 0.43 MB 822 28
319,494 319,494 000000000000000017bd8dcb82f1e145999d1f744906297e7b7eda7046b57965 0.61 MB 1,146 37
319,493 319,493 000000000000000000b70fbaa3afc16b98ab357a5798d9b24064f358937ee611 0.06 MB 55 19
319,492 319,492 00000000000000001fa0f945f62153531b2364572eaa33745e5a57fbff82f930 0.15 MB 213 26
319,491 319,491 00000000000000000ab71e2b3085ee50fb2242fb209608b621254baf51a828e5 0.01 MB 32 32
319,490 319,490 00000000000000000af46c4dde1e353d1ca02ce21c3504fa25e8198e7fa10760 0.45 MB 453 19
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.