Memory Pool Memory Pool Refreshing

12,277 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (725,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,598 182,598 0000000000000a082dd7feb2f967bd79479b15d289e2cc3bbb2585abae942c79 0.11 MB 256 152
182,597 182,597 00000000000002bd7cd2b00231cd62686d83a69d096afaca31f519dc783b2e19 0.05 MB 122 136
182,596 182,596 0000000000000131114d7083bc897e190b1102b6c94860bee11630d89fe3a763 0.05 MB 138 96
182,595 182,595 00000000000002755435d94a9cd0159d2e045790f512eb38c5175fe1b4092360 0.00 MB 9 0
182,594 182,594 00000000000002ffdab2c55d522f384ddd11f58d4ab5a81bf3d9112cae3cf3c1 0.09 MB 203 82
182,593 182,593 00000000000001add84dbecdb25c7d214fb1a198d158afc4a331a4e600408063 0.14 MB 346 135
182,592 182,592 000000000000027a56de51861e7cfa4db647695ed47859e7d59e1311a9299188 0.22 MB 512 139
182,591 182,591 000000000000001706513be540f6a11a2036a90f822ae2f773d8454202055a61 0.01 MB 45 439
182,590 182,590 00000000000004e02df90fe160d3bd6a8ee2be09fc4b02d23a2ade3ad66d7b33 0.07 MB 163 175
182,589 182,589 00000000000004977255be75556c18d7a9152e56f2a143d5f1c35fdc6f0dc3cc 0.06 MB 153 164
182,588 182,588 00000000000007c88cd983165b924404eebfe557b31751e2155a72be161d5c38 0.07 MB 151 118
182,587 182,587 00000000000009335c777a7f5e550feb37e91a819adff9af727b54b8bd717af4 0.01 MB 21 9
182,586 182,586 00000000000004bdf1c984e61d0d3366b2ebd0b10d7a20ccdfefa829b8225f94 0.02 MB 59 178
182,585 182,585 00000000000009f9a7e155004cd5a55e47dd3555908ab6274958235183028500 0.00 MB 5 296
182,584 182,584 00000000000004fff15f48be99114514d5119bb75b912e242b66db0404939087 0.15 MB 354 139
182,583 182,583 00000000000007ef854c21863f539e38cb9c0112cf703d73e77272971527abe5 0.00 MB 1 0
182,582 182,582 00000000000008a8a1fa4826bbfc09cbe3670a5a50e348aeed458552d2ea7586 0.05 MB 146 99
182,581 182,581 0000000000000317ec544f2e17cc196e90c7ee4bca409d6ed43f8575487bab23 0.00 MB 8 0
182,580 182,580 0000000000000778aceea9f1742d29b2b5aaa267eef4e3d37b4e80a84c88776b 0.05 MB 119 82
182,579 182,579 0000000000000736a06d1f5ba3c0510c23f169554a533c0b67d1c91a103fe487 0.15 MB 231 144
182,578 182,578 00000000000007e9969c7101c4ca651e67c23651d3aee2cab225566d4c43f25c 0.05 MB 104 101
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.