Memory Pool Memory Pool Refreshing

9,969 transactions
9.91 vMB
Show Random Selection Loading Transactions
Max Size: 46/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
887,523 0000000000000000000282810000000000000000000000000000000000000000 1.00 vMB 3,425 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,522 (2,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,748 884,748 000000000000000000026922cca22be585273899192432e5f6ae944d93d4a114 1.56 MB 2,959 6
884,747 884,747 00000000000000000000fce75ec588abbd4950f2a21dd330a20dd04521738d7e 1.54 MB 2,072 5
884,746 884,746 0000000000000000000223f8d72618c6951acc49c8676e95ceef00fc1e476a43 1.74 MB 2,039 3
884,745 884,745 00000000000000000000e05c9350d2765e698c79e338df9b41109f6a10bb6801 1.87 MB 2,701 3
884,744 884,744 0000000000000000000255ce723d99e883d7342524fed86a1255218799a1e624 1.64 MB 4,084 6
884,743 884,743 00000000000000000002602a0dd10c9b665442c3be15989e646ace526a2a1fb0 1.56 MB 3,620 5
884,742 884,742 00000000000000000000e158329f34994dbeb5345db6f13be9fc423b6a96ff0a 1.52 MB 3,297 7
884,741 884,741 000000000000000000024f302c47caf3e1f5b3426039883f9d26a74d9f4c2766 1.81 MB 2,530 5
884,740 884,740 00000000000000000001145f8bcf650f212dbc7b4a52a543aaac6dc61cbd827e 1.49 MB 3,445 9
884,739 884,739 0000000000000000000094b337d6677bf85786ad1603751c2fda13d44cf4c12a 1.48 MB 3,528 8
884,738 884,738 0000000000000000000048d7afa1b62580e39e75954e7b6c8221dec4e3e75640 1.80 MB 1,622 6
884,737 884,737 000000000000000000005167bc6966420a2fa07bcbf593a86d5cb7ab1bc30a0c 1.49 MB 3,383 6
884,736 884,736 00000000000000000000248690f6ad997277288b2df7682495ba5ed9d9b12b7a 1.81 MB 4,741 2
884,735 884,735 00000000000000000001c4c374edb1f08edcb0ab19e99c7f02564accd3a327f2 1.54 MB 2,600 4
884,734 884,734 000000000000000000012198f9699eb5419faa81d82530101789ac598095a141 1.97 MB 2,659 4
884,733 884,733 000000000000000000014ce223bb8f54fb194d68fd824095bb696172c5d8940d 1.57 MB 3,399 5
884,732 884,732 000000000000000000005d0e88e1bd7ae33a91fa94737421fa747df79ba8e31b 1.59 MB 3,310 5
884,731 884,731 000000000000000000015ff04ac2ff0137d6a8fa9b08d960f34fde5a8771bbb8 1.59 MB 3,854 6
884,730 884,730 000000000000000000015973ce54a2f981794ca564bfaa5435ab9203c780a29c 1.57 MB 3,830 5
884,729 884,729 00000000000000000001775bac034e34c220448a93e5b1a8b4375cffbc183c33 1.82 MB 2,785 7
884,728 884,728 00000000000000000000e548621a84ef039c8e23f55c65c7ee9bd26c3f0df2f1 1.47 MB 2,287 5
Previous 10 blocks ↓
Total Size: 733.36 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: 2,850.01 GB sent, 127.89 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.