Memory Pool Memory Pool Refreshing

8,732 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,958 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (617,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,460 290,460 00000000000000007bc52142c7cf640e9a38bb0482e227e6a0e0f69882683575 0.27 MB 365 35
290,459 290,459 0000000000000000b20bd73e064f35ecf88fb8ffa3518103b0c48b1f9d378461 0.35 MB 535 33
290,458 290,458 0000000000000000812d9e75fd3f1b03ff980501a56721cfa21ed3a51e76f87b 0.10 MB 223 37
290,457 290,457 00000000000000008824f733b41782596da82720ed207da8df4ca05b6a5aebc3 0.78 MB 1,173 30
290,456 290,456 00000000000000007e8d489229dd8e222409d30054fcfa49eec02c4d7763f7de 0.67 MB 713 22
290,455 290,455 0000000000000000c9b79183a6eec359e8c51de08946578c5a272cf8d4fca5da 0.47 MB 455 18
290,454 290,454 00000000000000005b6c897b3dea266f535dcd227bb1f4c60dba546dfe4f8062 0.35 MB 864 44
290,453 290,453 0000000000000000c4679570f84c670e265e8a62aed09a4c9d0dec5cd590609e 0.21 MB 512 58
290,452 290,452 0000000000000000cd6188982c8c0441fa51b019daabfeebcba773481e334d46 0.49 MB 540 23
290,451 290,451 0000000000000000aff055b2ff0afeee6749b9bd1ae19a7eb26fae124aa6f9f3 0.25 MB 557 41
290,450 290,450 000000000000000023c62f6063a28f9a5da619624bce64cba77b61a3117056f2 0.35 MB 1,023 52
290,449 290,449 0000000000000000ae7a309159bdb9157511690b5f94065fe63d5f45a9932958 0.18 MB 512 55
290,448 290,448 0000000000000000e90274f96287ff99d196f133ba302b8f4a2fc9ff8d5b69c6 0.05 MB 60 18
290,447 290,447 0000000000000000345431b45489631a41d9cee7cc23c18b8a5e8abaf688b69f 0.75 MB 1,796 56
290,446 290,446 000000000000000024b723ee48acf03e95da330264ab4e5d975c2c133a651dee 0.12 MB 195 42
290,445 290,445 0000000000000000bfd7a3200bcc933ccc75cc09fa2a812c4d3c27433dea0ba2 0.12 MB 248 38
290,444 290,444 0000000000000000cfa2bed297eff2e778ffbd31a68783048f928172822cea7c 0.44 MB 913 37
290,443 290,443 0000000000000000ff7b0d9417e55115368b281f68fb798c01442dc12a5aa232 0.25 MB 232 19
290,442 290,442 00000000000000003607992721592b41d995c873416c998ce4ac6b05a67aaf8e 0.50 MB 1,309 47
290,441 290,441 0000000000000000ff5c3282fdda5426d22d2a1101fbc222925ab70e2a32c504 0.33 MB 492 27
290,440 290,440 000000000000000036a2c00c42b7cc38f02dc34c672ced0ce79f1c95809ad6a9 0.11 MB 195 29
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.