Memory Pool Memory Pool Refreshing

6,152 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (86,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,832 820,832 000000000000000000007ae6fe7b5cbe1df3bec6f34580d9965ec42a3d95e7e7 1.63 MB 3,434 68
820,831 820,831 000000000000000000015ac4b1d51f67d19be3ab1cd6d5d5117218a4e41d2acb 1.54 MB 3,814 99
820,830 820,830 00000000000000000003e9b6887535eee4d6e7072c4252f4a628c8809778261b 1.49 MB 3,072 72
820,829 820,829 000000000000000000011f5fa5f16eff97332bba9ed3572f52e5bb9e58986ad7 1.63 MB 3,674 82
820,828 820,828 00000000000000000000c739c5f9e0a9ba786fa2025f6a950afd69f91444e679 1.59 MB 3,470 84
820,827 820,827 000000000000000000034c3adce79783037d2aec6d6b4ec24543551b61da6d5f 1.57 MB 3,694 108
820,826 820,826 000000000000000000029941e757830b69f76730996a4c1bdf3a6b5f6bdde0d6 1.55 MB 3,660 105
820,825 820,825 00000000000000000003b9df5a3e3e1ee80b07579c0f42d3a0293fc95c7fde72 1.70 MB 4,169 55
820,824 820,824 0000000000000000000220c8909d3084c6f648cada2b8baed02244422bf278bb 1.64 MB 3,884 63
820,823 820,823 000000000000000000015824970709f536bc1f5aa867578dcc330d547d7af41b 1.63 MB 3,871 73
820,822 820,822 0000000000000000000243c8bd24eae0ed2bcc3206205758ab2c1d4538f78572 1.58 MB 3,111 101
820,821 820,821 00000000000000000000699bbe51996c58f442dc79686fd2ca0965555d9b70c3 1.69 MB 3,781 56
820,820 820,820 000000000000000000015c640e92e4e058dcdf38f46a9226df7976bc737f9098 1.85 MB 4,038 55
820,819 820,819 00000000000000000001d964a385d5cfe36c42d9d6ef4df1aaea49c00fb0ea40 1.62 MB 3,506 58
820,818 820,818 00000000000000000002387e3088c81268fe67307daf771b0dcd31bddef1d0bf 1.64 MB 3,607 63
820,817 820,817 00000000000000000001d71366aaeddd0f91de9a64c8e60257aa68d3b5243bc6 1.67 MB 4,584 66
820,816 820,816 00000000000000000000b186c0bb1a98226389f39faf34f671f6125771850f0d 1.57 MB 2,603 35
820,815 820,815 00000000000000000000435597cdc940d472c691fd232ec184e3ed2c556b2484 1.82 MB 4,686 42
820,814 820,814 00000000000000000000fdb80cb788ef4d8b245ef5971334a17fffeb687451b6 1.76 MB 4,114 57
820,813 820,813 00000000000000000003eefe6a73bdd9e1fcccace9e8c65ac4b4269400882714 1.70 MB 3,925 51
820,812 820,812 00000000000000000000518aabce545148e358a58a3128fe712ac0c977c316ef 1.85 MB 4,075 54
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.54 GB sent, 94.00 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.