Memory Pool Memory Pool Refreshing

4,397 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (583,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,615 324,615 000000000000000000e3308ea3be2d8d1a1f914eb33b2c2f3c464d415e67916f 0.35 MB 602 28
324,614 324,614 0000000000000000148a96b046c567151216b293001cf45778b4e303852f424e 0.22 MB 365 25
324,613 324,613 00000000000000001964c381964e17f2599af2c28936605ba860acfc69f12195 0.19 MB 349 30
324,612 324,612 00000000000000001ab3761280c81f5c44f534260acfea8b2550cc0a95a38069 0.04 MB 88 31
324,611 324,611 000000000000000008f53c64683b6e7477c340036b3b428daf467e8fb59b3d5d 0.00 MB 17 16
324,610 324,610 00000000000000001c6e2ee1e77e90c59e95842c35ff0a02ab584f36b6d500c4 0.36 MB 729 30
324,609 324,609 000000000000000014b0cd97bcceccaaf8ee168bc345b245f385bdd5cb8df89d 0.01 MB 24 35
324,608 324,608 00000000000000000d53e4b3b5dcff69cef8c9e14836a1310524240bd1d9c990 0.06 MB 128 31
324,607 324,607 00000000000000000a1b9d39f6fcb439fd0e8c5c2424317d5588cbefbcf56cef 0.23 MB 461 30
324,606 324,606 000000000000000015f4909e6a697588ff21fbe4f505e2b0344b1c77600bc319 0.09 MB 178 29
324,605 324,605 000000000000000014f0bde688385c18f275d6f41a8eb1a9dbd7ca90f689eabc 0.08 MB 155 27
324,604 324,604 00000000000000001f627cc3b057213c3f081611c6f2239eeaa3b49dbb5d7f20 0.18 MB 363 32
324,603 324,603 0000000000000000090d4c6e91b202cb0c4dbb2fc2571ff989dbf4ec2afa78a0 0.19 MB 252 23
324,602 324,602 0000000000000000053fe0e368b2994ebe0297b55303e7a81b7d192815b638f6 0.02 MB 43 43
324,601 324,601 00000000000000001805876f2bd4eb917556e0815c3a03cc9321899d7b1620f5 0.04 MB 54 20
324,600 324,600 00000000000000000fd58cdcb74cfcdb3dc036cdc9f132483711ea4f78588f06 0.31 MB 612 28
324,599 324,599 00000000000000001ca8684b244920f680852bc352253dee786877ccab3f7bb7 0.27 MB 377 24
324,598 324,598 000000000000000004bf5a01b7342128019ac6953b509465ba588bf7e197c5df 0.63 MB 1,401 29
324,597 324,597 0000000000000000026cdeb2839539589c0206e7e9c72f7dc6216b1c87000900 0.04 MB 128 72
324,596 324,596 00000000000000000d2e4e572e2ec16efca826a23594c2b27178a559bbc5189c 0.22 MB 528 35
324,595 324,595 000000000000000004e123c56633584a816e2b4cb284cc8e398954efef1616a1 0.19 MB 352 31
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.