Memory Pool Memory Pool Refreshing

2,950 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (677,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,734 230,734 000000000000017ef470c762aecb3d4eed403eefc97222188c0e1a9fa620d6fd 0.25 MB 394 46
230,733 230,733 000000000000016c3ab8f4b2f0e08d30ba74f4bc439575a83efd996df4badfd1 0.32 MB 680 95
230,732 230,732 0000000000000010271b9ad9b6b64565fa475732ab43f07375f1d11d9b201f9f 0.47 MB 1,491 264
230,731 230,731 0000000000000218ef8501385d89b263d9ba888434b67cee6c23f2561f8e35bb 0.20 MB 260 115
230,730 230,730 00000000000000fd54c587fa59f4e519cbc43c69b09840ca676cd51a2b2639b5 0.25 MB 649 217
230,729 230,729 0000000000000141a6910205e3054effa8e86bf0513e64c86ffe890544adc13a 0.23 MB 676 226
230,728 230,728 00000000000002261d53db6f3e22fb721ead112e417cbf1e1f6b07379588bcba 0.11 MB 207 114
230,727 230,727 00000000000000e33a9171940399cb38a9ba4efe616411489f90f6c40191dbce 0.25 MB 421 64
230,726 230,726 0000000000000086cf142727cf1b9077e9ad21ded4adf7c6d33cea8a0e65bd30 0.25 MB 526 166
230,725 230,725 000000000000012ea27d3b807ce6cbbdb74e3f584f837bce210c9ee83cd55466 0.25 MB 748 216
230,724 230,724 0000000000000170fa5017a4ed70bf2af53a525be05555231dcd2efb2621df99 0.11 MB 61 66
230,723 230,723 0000000000000052a9b6d40d85d4d31c3f2a41a7a7416d13865a651cc5a92b3e 0.47 MB 1,220 311
230,722 230,722 0000000000000194db9b3a4243c4ef1134dd21d6b5a150993fd966ca7aa82368 0.25 MB 410 71
230,721 230,721 00000000000001280c98fda9e872f9d32c97661de589f383af4eced686a912cc 0.25 MB 533 93
230,720 230,720 000000000000010d17cd7aefe9131378bcdfb03b246d2383f05118368809466d 0.25 MB 510 106
230,719 230,719 0000000000000218497a3541f9e0a0e0cb91a6e295d2bbb6d4cd58eb3f3e73d3 0.16 MB 309 137
230,718 230,718 000000000000021751860b588bb09ca1ebd3c9380f75df13c02c2b0ce3094033 0.31 MB 652 100
230,717 230,717 00000000000001fa42b1b28ed9441ef39be8f0b6e3971d1cf9a31b444712f673 0.05 MB 119 80
230,716 230,716 0000000000000083036645c7f752a07ea7fe6fce2429cb34957a3007d44a0fd4 0.24 MB 496 144
230,715 230,715 0000000000000096a1cc6d0c3e54d615a2282dc0ae1dc1dd65c70d529e7b8ef3 0.08 MB 166 178
230,714 230,714 000000000000018bbc36ad91dfaf73eea2d76f152e93b6fd0e88868f1886ac85 0.25 MB 584 129
Previous 10 blocks ↓
Total Size: 769.10 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,629.29 GB sent, 93.42 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.