Memory Pool Memory Pool Refreshing

7,843 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,982 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (553,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,603 354,603 000000000000000006e0b39c8fb78a4d8da2ef15ca1170c0967186ba13e363ee 0.46 MB 668 19
354,602 354,602 0000000000000000010bbd57b9d5ea8408b638b7a1fa59eeda92813584ac7fa8 0.07 MB 256 48
354,601 354,601 000000000000000016de83adfa4281b1e826ece49a6a066ea0de3dd273e59b50 0.10 MB 189 24
354,600 354,600 000000000000000001e3b9236b6bd185f47f1b110d4cf2abe82577e1cd8d6668 0.25 MB 545 25
354,599 354,599 00000000000000000e431e457011681b34d0d1afaabf67b67848ec117b1df4d6 0.46 MB 792 23
354,598 354,598 00000000000000000d30b984cd20a46239dbe8b7dae5d42924aed01e184a0b4d 0.06 MB 120 31
354,597 354,597 000000000000000011921d30c7143e89de75359bd53f8b456ba301ae15cc99c8 0.13 MB 295 28
354,596 354,596 00000000000000000675e8eac2a027fdd2cdda7902f68d1f61fe017f988f2e2a 0.59 MB 1,003 25
354,595 354,595 000000000000000004ad5f34e9c108b561e44ca0146fe83503fddd63f221ea64 0.10 MB 120 12
354,594 354,594 0000000000000000055325c5f2806256c508e0083a2802b9ac9e6cdbd80f66c4 0.10 MB 156 20
354,593 354,593 000000000000000002dfb239bbbbcd1ed2517d871fdc202bce502cf18142db26 0.14 MB 247 22
354,592 354,592 00000000000000000eddbcb8085ba02cafb8bb6c2e92df381865e766fff587c5 0.10 MB 152 18
354,591 354,591 00000000000000000f228732c309a3852b97be99165a16cd0df480b0d7cf3066 0.00 MB 1 0
354,590 354,590 000000000000000006f843072877307839776c6f630a4a4817b678c7c4fc3bcc 0.27 MB 625 30
354,589 354,589 00000000000000000da60bb2fa3583fe139e26bd363426bceed34fc76ec3f4f0 0.27 MB 491 24
354,588 354,588 00000000000000000187d071cd59fa1c8dbc40c511d49a52d342c80f0674b631 0.25 MB 459 28
354,587 354,587 00000000000000000b1c2d71cdabd7b5f793bcba1cb60b3800c1d44e16dbd28c 0.12 MB 209 39
354,586 354,586 000000000000000004b3dd32120a0aeada30ca3f798f619edd0c0dac0c45ac44 0.84 MB 1,823 30
354,585 354,585 00000000000000001066edae1664414d6731c8624e8477c00bcf2528020c1a51 0.11 MB 190 24
354,584 354,584 000000000000000003fd77716f868ba7d2924374cd02dc838c4ff9e22ca05246 0.08 MB 229 33
354,583 354,583 0000000000000000032362beabe815e42fb23ea5c38fa77247f8802c7ee7fa5c 0.17 MB 334 30
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,624.89 GB sent, 93.01 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.