Memory Pool Memory Pool Refreshing

3,955 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (888,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,630 20,630 00000000155958574a836bae3646e27018b8c66b0f6443de0b1f9406c22dc8f7 0.00 MB 1 0
20,629 20,629 000000008261933abbb8d62285ab52d7d3e6b7e977bed05ff3e68b216c5955c5 0.00 MB 1 0
20,628 20,628 0000000025b402be510d2e37342bfa88be27ad5f6bf3a16e40ec2538ac029480 0.00 MB 1 0
20,627 20,627 00000000a0f2a5f84e558528f65188847c1971f06bde813b28c7228a86e16e32 0.00 MB 1 0
20,626 20,626 000000005dedb747cef2f2b96897beecb68901d78d1cac79391547988d2f8c91 0.00 MB 1 0
20,625 20,625 00000000130c1f9217d3529f0f92f203c8f565d1656533a9e938718a9dfacdf0 0.00 MB 1 0
20,624 20,624 0000000095e1a6d0d51501748e32bb67fd178a8ac64a0c466d0d0c1ac13cb3f1 0.00 MB 1 0
20,623 20,623 00000000bf302ea39f38cf1205a1d26afb578e4f1000e39937d74f745ff1c77f 0.00 MB 1 0
20,622 20,622 000000006fdd6bfc15fcccbf49ea83965d522e236b7eb6271127f695a0e43012 0.00 MB 1 0
20,621 20,621 00000000b7437e65845fa2881914ff2256ba9c37fff7e44da9b35cc6a48fca35 0.00 MB 1 0
20,620 20,620 00000000714439e59db6453bbd18f83d221a1ecbd79409f7c4f06a8b672f21fa 0.00 MB 1 0
20,619 20,619 0000000049a4e764059ec2b1e06a948a41a48ef083f89126f68de0b3b01e7d1a 0.00 MB 1 0
20,618 20,618 00000000aec229053ccc68d4f57c61486f136b13282ba711f11069cfbbc06a84 0.00 MB 1 0
20,617 20,617 000000002d4892c340ff6d9937881f8ba6048b088d25add61f09e0d7fc19271b 0.00 MB 1 0
20,616 20,616 000000009ddbbb2d16ee16defe0ee2cbdfdb29d269b6faa1c7b7d42d91016780 0.00 MB 1 0
20,615 20,615 00000000d1c0f8b846fff01d4a6f985e647ce540df650a05b3f22ceab09ab117 0.00 MB 1 0
20,614 20,614 000000000a33d362e3adb12e985be7836be7c9463d576d06b45da901e98a5811 0.00 MB 1 0
20,613 20,613 0000000063526bfc5d9a1537139f8f134992dabe05059a193382c2242b80c56b 0.00 MB 1 0
20,612 20,612 00000000308f1ae5b3c6b1814e2da7edf9fc85abfa06e3b57c73014ae1bfe855 0.00 MB 1 0
20,611 20,611 00000000e1d902376d99fb2e16b07d0244ba330aecda70db2b482a2f75f71158 0.00 MB 1 0
20,610 20,610 0000000083a9739c008bc03db6527f8edfe616717510e37c395c2b2939858e71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.