Memory Pool Memory Pool Refreshing

2,826 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,103 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (292,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,595 615,595 00000000000000000008fa0245174b639da3e8971c5d54e3b4bcaac6f6232743 1.19 MB 2,621 6
615,594 615,594 000000000000000000009f4f96521bee60b12380ef5f7c012b46bda49c04483f 1.18 MB 3,263 10
615,593 615,593 0000000000000000000b1baf5e27e445ace47a0f72fcc6f10737c6a89a545867 1.33 MB 2,451 11
615,592 615,592 000000000000000000102a63e649f1d70e7d8d395ede0d3a80d6467fc302fadb 1.29 MB 2,581 30
615,591 615,591 0000000000000000000eeef78cc7ceab686182bff68a73b14ae14c46d739c734 1.65 MB 1,378 12
615,590 615,590 00000000000000000009ecae11c2bcd73625260246a55013f5ac7d14e68c23f0 1.30 MB 1,811 16
615,589 615,589 0000000000000000000e98d8eaa274c66dd26f91dbff5c93ac00bc671bc2bb73 1.76 MB 442 8
615,588 615,588 000000000000000000011f25d5812d511617bb2b1322366a5187d45b3dadcb75 1.28 MB 2,165 22
615,587 615,587 0000000000000000000c43b699da609ed7f18b6c305b1c871b90358531998564 1.77 MB 272 9
615,586 615,586 000000000000000000040d5ba01a4e2a6a88b18ebe65d51c963233f4dfa43c55 1.81 MB 420 8
615,585 615,585 000000000000000000072a612525011d8d40cf3b306e0c29b5d3237a7fb591f9 1.51 MB 1,166 9
615,584 615,584 00000000000000000009a2a681b20342b874bdb0c3fc95d963b38b2665484f66 1.36 MB 3,310 19
615,583 615,583 0000000000000000000860fe5d083d68264f6ed3e74ec740eecaecb53b54e6cd 1.45 MB 2,398 19
615,582 615,582 0000000000000000000c958c122dbedb9cbe1a4587e186fccbba90716e872c7d 1.85 MB 163 8
615,581 615,581 000000000000000000103da67dde07d01a2d8434cd9936b168592adef09d69de 1.46 MB 2,471 15
615,580 615,580 000000000000000000034357b1ea6a7e326a45e8e3b51908b00ab997cf6ab59d 1.58 MB 1,822 13
615,579 615,579 000000000000000000030cb46048812e8c09287eafb1508124418c470e253d4e 1.44 MB 1,701 14
615,578 615,578 0000000000000000000d8da82016fdbb00a65c0efc98b2052e4befc684819529 1.78 MB 643 10
615,577 615,577 0000000000000000000960012e74c44a2d18cb935e9e4a8c8ce594c7ec33d794 1.42 MB 2,623 15
615,576 615,576 0000000000000000000a18ab8f932f199a95962fec84900a70296744ffbb005c 1.67 MB 1,261 11
615,575 615,575 0000000000000000000f1d8625a5f892ccfa948b99389d5ec2d05190b2228b9d 1.36 MB 3,411 18
Previous 10 blocks ↓
Total Size: 769.11 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.59 GB sent, 93.44 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.