Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,524 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,523 (750,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,665 156,665 00000000000002ea2512a3eb2158adf5e95a37197f2b42fa6e813584ae01cfad 0.00 MB 12 54
156,664 156,664 00000000000006701d4f6527afb3428eafde37592032f28ffbc1780cf58646c6 0.00 MB 11 369
156,663 156,663 0000000000000ae7f9b23444d8d697128204631273599fd3d57f29e7d01f1330 0.01 MB 29 53
156,662 156,662 000000000000024bfc40f56cc08a6dbce278ecb238345c332b80f77b1266b818 0.01 MB 46 26
156,661 156,661 0000000000000885577df1fb058596b2f79885581614dbb6ecce329f6df8becf 0.00 MB 2 0
156,660 156,660 000000000000014b1e23de5bac9edb9cf3196d17d4998d976d672a0d666c4f61 0.00 MB 10 113
156,659 156,659 0000000000000678688e7b3d78cd57d6bea21f1254f775794bbc978199e8b6cf 0.02 MB 51 35
156,658 156,658 0000000000000600a0599cf18ecfe52820e95f1c5b3243d4863b45b5cd736df6 0.01 MB 4 327
156,657 156,657 00000000000009d541de63ffe7268eab9b3b68f69bced15fae44e1bcf1706878 0.01 MB 18 68
156,656 156,656 0000000000000811edee85748082200213109dcc53251a9c0137502e227ed774 0.03 MB 52 92
156,655 156,655 0000000000000f44f931fbf4bf2fbcf6eadf0aad57877e180db5721d75286109 0.01 MB 23 324
156,654 156,654 000000000000025749eb40610f27af6a64ec16e587ce2065ffe04b3e11d3dc18 0.01 MB 34 41
156,653 156,653 00000000000003e4bc419c3d49ec2020a958ad811f81673993c3e943dfb80b16 0.02 MB 44 4
156,652 156,652 0000000000000d8f0f6165ecead34b077e1354c780a402096d163ac0d82490f7 0.01 MB 32 139
156,651 156,651 000000000000044bd2f130cb390a320845b1ded06079159b94bdb4f71ae48ea9 0.00 MB 7 25
156,650 156,650 0000000000000648af8c0026148bdc0c71eac18b397f299ca33783dbc1e12a40 0.02 MB 39 184
156,649 156,649 0000000000000eabb62b96f9687b207190aca37239b660f0fee325f152876cb0 0.01 MB 17 102
156,648 156,648 000000000000033f16caf987dd6f11bc278e69a037569f6958a792263991b2fa 0.01 MB 21 258
156,647 156,647 0000000000000d746e89cdfba1c4c365f3a41a0d61c77af5cb585f6e3f577153 0.00 MB 5 57
156,646 156,646 00000000000000c31af9aead3a9b65f486abe0660489a341f1906fc4947f3b4e 0.00 MB 10 143
156,645 156,645 00000000000000a07f9a9d30efd7a9e90216500b39398b170c073f78625b9cc7 0.01 MB 11 27
Previous 10 blocks ↓
Total Size: 768.65 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,579.28 GB sent, 90.87 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.