Memory Pool Memory Pool Refreshing

5,356 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,500 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (36,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,287 871,287 00000000000000000002b898cbb06a3004ca25f71185d665cb6ab7e0821a08e3 1.59 MB 3,314 32
871,286 871,286 00000000000000000000095721568f55639e823ea4502030bd4cac6b1f5082d5 1.38 MB 2,429 16
871,285 871,285 000000000000000000001ae12c6e953867d0d53ab07b42cce6244173f0d5a55a 1.43 MB 1,592 12
871,284 871,284 0000000000000000000097d07b634e7923e92549288a4c2cf7ddaecf2040b9e6 1.62 MB 3,605 16
871,283 871,283 000000000000000000011acac91c58976a04d715353d8a23ca40d45808c79fea 1.57 MB 4,362 17
871,282 871,282 00000000000000000002bb72d94156f028c3ab106c676970d17b8444be24904a 1.55 MB 3,629 16
871,281 871,281 0000000000000000000055eccef7f780927a342782a93d0bea3cb2400c3991c5 1.50 MB 2,612 23
871,280 871,280 000000000000000000015cc3f73b99a96135223dd1c6814f29f0d78790223010 1.58 MB 3,469 23
871,279 871,279 00000000000000000002a4caa92ad7123a3c22c900dfc8fde76f4d6730ff604b 1.54 MB 4,342 22
871,278 871,278 0000000000000000000157b6cafbab16f6ac3f5b373c70a1c24057fd2a2cf7b1 1.56 MB 3,928 19
871,277 871,277 00000000000000000000683379d6a9e7b352b00e63a41b8a0eb91b79a2696a3c 1.65 MB 3,695 21
871,276 871,276 00000000000000000001ec9d8dce0690e9bd6ce2d322052fb31d0cee25541448 1.57 MB 5,279 26
871,275 871,275 000000000000000000000330d8e8fba1b30bc28c3585405d0be5826c448d0dd1 1.49 MB 5,013 38
871,274 871,274 000000000000000000009fe37258aabd9cef879edcab93e698a9a39be2a8d843 1.55 MB 5,382 34
871,273 871,273 00000000000000000002010407d37cf1cf15d1e870bf4b59c2a5f868e696e110 1.54 MB 6,132 39
871,272 871,272 00000000000000000001b47baea02ff3e6119aa910384a10f6efebd31d845641 1.50 MB 5,914 46
871,271 871,271 00000000000000000001fa46a2d86ffdbfe5f3a63822d8e72b6e8dcd1ad7c4bb 1.56 MB 3,592 47
871,270 871,270 0000000000000000000293bd69b41bff6f11988c282fb6db5b7cb3776b86d1d9 1.47 MB 5,554 52
871,269 871,269 0000000000000000000142a2a7598cf6e01c53f7a2d52ff0253af0bb593ddea9 1.43 MB 5,594 49
871,268 871,268 00000000000000000000fb1b259af5e2320ef78d1d7145aac62d63599f99bfb7 1.46 MB 6,019 29
871,267 871,267 000000000000000000012dfd33820c275eefa00b21699f6ab65e00272f2614a0 1.55 MB 6,879 31
Previous 10 blocks ↓
Total Size: 769.21 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,634.34 GB sent, 93.98 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.