Memory Pool Memory Pool Refreshing

65,080 transactions
31.74 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,343 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,342 (19,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,251 859,251 000000000000000000026a04c10b627ad758ef38917a9aa1031331a99e0add49 1.65 MB 7,734 2
859,250 859,250 0000000000000000000247f3069756e4cb4d00bcac7e9d8f6260867d217c0cf9 1.81 MB 2,926 4
859,249 859,249 000000000000000000013b55d462810a93af5dcd46966720f87336c4c2960828 1.62 MB 3,368 6
859,248 859,248 00000000000000000002aaa5d3be20fa7ea74eb07801b67dc838e33235b63d23 1.56 MB 3,655 6
859,247 859,247 000000000000000000022774c4e361ef9f52958fa2157bc6351620c9d946d057 1.59 MB 5,185 4
859,246 859,246 000000000000000000018e90a58febc279bb1064b5f42af5cf9b9f0604ac6992 1.64 MB 7,260 3
859,245 859,245 00000000000000000001668c3bb5e9b2540461a0f89750802559bb044073c71a 1.64 MB 7,338 2
859,244 859,244 000000000000000000014e8c97c371366ef3a76acea9a8941f3ec3411cdfcf8c 1.60 MB 6,907 2
859,243 859,243 0000000000000000000199a02344ef16c9a894418c04912fc63b0b1f2acb4db4 1.60 MB 5,174 4
859,242 859,242 000000000000000000026f9e8f3566c2427cdaecef8513955a30a243ae481860 1.64 MB 3,173 3
859,241 859,241 00000000000000000001fbfbb85a7017cc88a83ed8185dcea4e086386d6c422a 1.71 MB 1,698 4
859,240 859,240 000000000000000000012ab32efd6ff59b9dc8cce0fd2cb418e8c347193406eb 1.96 MB 2,617 5
859,239 859,239 000000000000000000001f37f11101281ab281fdd59f5c3f279994fad763611e 1.79 MB 4,076 4
859,238 859,238 000000000000000000006a4a6d2e0ac264fe5442107af056c063e5f8c52a03d9 1.48 MB 2,606 7
859,237 859,237 0000000000000000000245359d9d887c91b6cdd1d1bfc92e6da6c4bebf5f18b8 1.56 MB 3,364 10
859,236 859,236 0000000000000000000169d8e1d0a9a3878cc36718fc2c0d565d076c0858253a 1.69 MB 5,622 3
859,235 859,235 00000000000000000001a85a8a1c2e692518e1bfd0c322d1e98b014187eb7a5a 2.19 MB 3,232 5
859,234 859,234 00000000000000000001b33dac949aa271a695a29df969b48d6e53a3e4d11daa 1.65 MB 7,954 2
859,233 859,233 00000000000000000002324dc0e7091e1d6845dfb95f5cf206d6f8dcf5c7c10a 1.60 MB 6,454 3
859,232 859,232 0000000000000000000011736a06277c705d51f9aef4272718c6aa167a0e1fdd 1.97 MB 4,536 3
859,231 859,231 00000000000000000000fd04a759c57b04e385e03f0fc35fa906e198d5acc130 1.64 MB 7,466 2
Previous 10 blocks ↓
Total Size: 715.03 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,373.61 GB sent, 39.94 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.