Memory Pool Memory Pool Refreshing

3,080 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,677 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,676 (4,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,296 895,296 00000000000000000001eec5cfd865b22096a1b98a918289422b918071937a05 1.74 MB 4,268 3
895,295 895,295 0000000000000000000124944b712689eebd699421f957cbc9285dedf7e14357 1.53 MB 3,266 6
895,294 895,294 00000000000000000001988ad8ef5cdf097425a7495f9794cb0ebf5681bc3434 1.81 MB 4,454 3
895,293 895,293 000000000000000000023655ae743f43ea6e3b104a1edd252aa2b777cf87dc8e 1.78 MB 4,585 3
895,292 895,292 000000000000000000001bbf57056b686235ca4ba462b2ab153a1a760ad8da4d 1.66 MB 2,786 6
895,291 895,291 00000000000000000001c0f9f4b91fdb7bee5e4396bb0e78501b1e99985f6160 1.66 MB 3,267 4
895,290 895,290 000000000000000000022e29752cd73556ef961b2d4105d6f5c07a990624ae64 1.58 MB 3,231 4
895,289 895,289 00000000000000000000a26e1b6d59a369bdb955074cab67143eb895e0d8933d 1.71 MB 2,651 4
895,288 895,288 000000000000000000018ab201fe7c701fcf4a83bfcf98ec786672140c2c9738 1.69 MB 4,154 2
895,287 895,287 000000000000000000006394365a3bc172e3d6294552b7599e3fefa360e7c9b6 1.67 MB 4,055 1
895,286 895,286 00000000000000000000df45c042fd88758d5fae4df53e8322c37326aa2a2241 1.72 MB 4,260 2
895,285 895,285 000000000000000000023963120a2078869f2abfd770eb6cf4eb0e2fb374f647 1.75 MB 2,465 1
895,284 895,284 00000000000000000001721383b573021f3b247d0286b6993718cc36af081c1f 1.67 MB 4,024 2
895,283 895,283 000000000000000000000b9270c25de9adf24cca6298c9ff84f54f0597b76018 1.77 MB 4,681 2
895,282 895,282 00000000000000000001e8854e109ccbdf8be59b9639c7be78ceab202906bacd 1.70 MB 4,455 2
895,281 895,281 00000000000000000001620fdecefd434ac9a1050983bd8966ca7b578f138da7 1.76 MB 4,584 2
895,280 895,280 00000000000000000000592af1bf4610d56a7a5f0af7740d7a0f1aed7280fd5c 1.78 MB 4,220 3
895,279 895,279 0000000000000000000011a94589b23740582ff3c546e7c600b5fefcbac76ef2 1.66 MB 3,979 2
895,278 895,278 00000000000000000001a77a9f5a12851e51620230da0986c6cd179207ee9ea7 0.59 MB 1,050 2
895,277 895,277 00000000000000000001f8bcb25511f6e24703a49f15e2b49daf2f5cf0abc8bd 0.16 MB 444 2
895,276 895,276 00000000000000000000fa12eb8fa18ab0d7491fe6a4a08689fdd31fdd604122 0.71 MB 1,464 2
Previous 10 blocks ↓
Total Size: 755.40 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: 524.47 GB sent, 25.65 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.