Memory Pool Memory Pool Refreshing

8,196 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (793,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,702 113,702 00000000000085c91c4d38d0d2b7b0a098e26bff4ea2261419d48d174bec7231 0.00 MB 13 337
113,701 113,701 0000000000003023387d50fc07d9981508557de8cc71a5070ded5d9d8809d80b 0.00 MB 17 0
113,700 113,700 000000000000cf24be17ea96f71558543cb5bbb0900a2c29a49dd0981b0ce68f 0.00 MB 10 335
113,699 113,699 000000000000493eb0ceab165c33b66c3514edecfcdc6be6196f9ab726350181 0.00 MB 6 0
113,698 113,698 00000000000044fe61bd9007281ee7dadf592c22692200d190722410ad3a8bc7 0.00 MB 3 1,945
113,697 113,697 000000000000b1d808d083f72896d6d918c9b9cd06b8b5259b625448a911998e 0.04 MB 141 25
113,696 113,696 0000000000009333de0ad7ea322eac38d41fca38419cfbfc85c338a0c7e8b34c 0.00 MB 8 0
113,695 113,695 0000000000002d89ce38a5a4f616bf646cbba789f83d3455f351237849e8e246 0.00 MB 20 208
113,694 113,694 00000000000045e9c879d67162752ea8e61416af3ffddafe7ca0d84bebce4ab8 0.00 MB 9 0
113,693 113,693 000000000000107e8334cb8098076ce4864eb78986fd757184bc7bb7f696c348 0.00 MB 11 655
113,692 113,692 000000000000af42490d0bbc3b5b692df51433939361a8e4104b9e96f4f313c4 0.00 MB 11 604
113,691 113,691 000000000000a5d1d741bd5ba3448590b8f4463a7dc2f4aa6aca9ae9be74058d 0.00 MB 10 0
113,690 113,690 000000000000abf2e10e6171acfefd8b437a5c0179337f9c2391c0166d0d6904 0.00 MB 11 262
113,689 113,689 000000000000d07ec20ac933b61ca5c8c60ee3f56c1105c9eb77d50de8fd7827 0.01 MB 23 178
113,688 113,688 000000000000822c4e32dfdf581b3aa30a77bd29c7246afa59180e884681e666 0.00 MB 11 687
113,687 113,687 000000000000db16ea2aaf7819ea8fc1708556580d9f5c73956d2f1c3988416f 0.03 MB 113 75
113,686 113,686 0000000000006d51da24dc46193ea2d71c7298597a1d737f926fdf660eab483b 0.01 MB 11 359
113,685 113,685 00000000000002db66969ed32527cbbb0c628c93032d681f39080c516c6d2bd9 0.00 MB 5 635
113,684 113,684 000000000000ad256aa4376a6a99699a17550d15e2e86b1f8d6ed9b3e4c728e6 0.00 MB 5 0
113,683 113,683 0000000000003ec88e74529dff1ddfaaa08f9ff863808742b62fa31f0ed887af 0.00 MB 11 0
113,682 113,682 00000000000006d758d3de7e23a583ffce1c1acdf5f4116aa92e077b3b5eed3e 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.