Memory Pool Memory Pool Refreshing

12,300 transactions
4.19 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,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (630,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,651 277,651 0000000000000000806ccae232c58f1ff284e3a83e1043ab6352ca6d97f86ff1 0.49 MB 974 43
277,650 277,650 0000000000000001350e0ba265722f93ce7fe669c087b5dab8f8a4845ab4ca99 0.20 MB 441 52
277,649 277,649 000000000000000235f8204373239a92c1a1bf48306055f5a76c9f0fb1b4c038 0.22 MB 521 46
277,648 277,648 0000000000000001bdf3022b5461badbc90e52ced41bdb2c92f145f77811df25 0.26 MB 561 43
277,647 277,647 0000000000000000054a714e580b16c583701712ab91060e92dbde6eb1e052a8 0.15 MB 213 31
277,646 277,646 0000000000000000c86826ab2fbe4639ec413004955a36e77c2267988579e653 0.25 MB 581 46
277,645 277,645 000000000000000377583393bd8151f01ce90f74d9946dcb6d9351f68d2efd8e 0.18 MB 394 44
277,644 277,644 000000000000000141b41a8d3b4d10341d7d8c42e8645e38e12a9f6977edbcbd 0.19 MB 428 56
277,643 277,643 00000000000000021ec8efec5a12f5f451081ecf5b4cca3101768143d33e03d7 0.16 MB 329 29
277,642 277,642 0000000000000000585ce52a7ec246780866d5e86adb54c567ff0e7a776987e6 0.03 MB 87 51
277,641 277,641 0000000000000000d5f28d3ca29516d9342e14122fcd92e4e5f95edcd1bf3584 0.16 MB 318 39
277,640 277,640 0000000000000001323be23842723436a7e58958faf284647c4ad6d0ef670ff9 0.27 MB 596 35
277,639 277,639 00000000000000028bc4ee55d8c5f1c0e87b2ec384abd8ebac7f4f626b641fad 0.33 MB 759 45
277,638 277,638 0000000000000001d0516b6fa170235ecdba08352d548fbd6b87e4d9a5e21b6a 0.04 MB 68 27
277,637 277,637 00000000000000004602b9bb6d1660557076669f5cc311016ae7c878f4d59ff1 0.23 MB 551 55
277,636 277,636 000000000000000390fbc2ae64ed8adf4ad9fbba0103485a8ffcee2ad4d1fcdf 0.18 MB 371 48
277,635 277,635 0000000000000002b2fe8ec73ac92913cb7b3d64509f78d70c46367526f99923 0.11 MB 250 40
277,634 277,634 00000000000000008095991542c5bc54434e02b9b080a49279e6ef2290ce97b6 0.03 MB 31 28
277,633 277,633 0000000000000001c1df959475ac4b57c62076eb322d13b81b612f0cde5afca8 0.21 MB 434 62
277,632 277,632 00000000000000023eddeeeb616af12d3b545ef42dfb3d0f0030404580708336 0.01 MB 27 33
277,631 277,631 00000000000000022dceae8f96fafad51309d69a74440487e2287633f8bb7f7a 0.15 MB 281 21
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.