Memory Pool Memory Pool Refreshing

3,453 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,901 (714,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,189 193,189 00000000000005fc52d15fc2078dc7730dfd3061d8634e0a2c6911b0296c0eb4 0.00 MB 1 0
193,188 193,188 00000000000004132a203693f6b2a6b3475592bd52f8dfcb3ef3b26855c6ed09 0.14 MB 256 120
193,187 193,187 000000000000028ee65ad7585c76c3d4118d44124154735dfdf4511fde6adf34 0.11 MB 330 143
193,186 193,186 00000000000006805b2497c7d9efe7fcd470af452bcf5ef8ed74e7189bbc0197 0.05 MB 128 167
193,185 193,185 00000000000000349092cd0813efaaf12cf681fb465b89b2a2a2ce0a0b258fa6 0.00 MB 8 93
193,184 193,184 00000000000000f2cbde95423ec129ab1469d7e79789444707200d40bfcdb226 0.08 MB 212 130
193,183 193,183 000000000000039df9cd7f1d0f65e620b6811a9dc3ef28b1eea0d908512eff04 0.01 MB 21 70
193,182 193,182 00000000000005063c626fad1de940fb3d4554d84489919d72d2d14cd28eb7d8 0.06 MB 133 95
193,181 193,181 000000000000041b71a679b777e2bb6e5d2a34db1cf27aea43d4bb11d3d05a26 0.00 MB 10 46
193,180 193,180 000000000000020592bc2df3316c7a1110eaaa050808fc7a1b3d71e051d809d6 0.01 MB 16 59
193,179 193,179 00000000000005a359fedb43ac84289f140c1bbf787f74564ad622fc517a10b8 0.06 MB 149 113
193,178 193,178 0000000000000565c7f0d54147c653e85bd05c03210fe314616617539c881f50 0.00 MB 16 38
193,177 193,177 00000000000003c2824b5e11be40618887c868135e4d0b5095c645a12648f1d2 0.01 MB 34 63
193,176 193,176 00000000000000fb5ff143e3282e8949a551b66e766af9d450d88d956e1939eb 0.09 MB 134 101
193,175 193,175 000000000000006a3f2d52cd918352326ecb5d1521dc9d1d8065ca3b630a0d4b 0.00 MB 12 15
193,174 193,174 00000000000006b5a9f3b779f9c7c1af45e4b7ce3be4a6d4b81e3256489231e4 0.09 MB 218 355
193,173 193,173 00000000000000b7032005c1f52d57cec629756f3547c528411119373a70a2e6 0.03 MB 64 142
193,172 193,172 0000000000000822e743f5f068374f6dbc0b1b6dd7ff9b454caf7a99285b1b55 0.13 MB 334 220
193,171 193,171 00000000000003d54f1a4024e4b08c884ea3a993c18ee6000806c2698671f42d 0.05 MB 89 73
193,170 193,170 000000000000043307b302f93d3475deac3b7c0af2949877cd5423c54460ffe6 0.05 MB 128 185
193,169 193,169 00000000000000399d090060c1babcf093e55b8f4b2b81a5eaa0523e0b43eeeb 0.03 MB 47 77
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.69 GB sent, 94.74 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.