Memory Pool Memory Pool Refreshing

1,416 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (782,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,098 125,098 0000000000002f57c0a01088655a5284c6d2b29fda50d1c3dadf542b6972852f 0.01 MB 31 288
125,097 125,097 00000000000008b085d325a398406413844352dd544a8dc057c1318ea09d5cb8 0.02 MB 48 852
125,096 125,096 000000000000296751a1c7017766f417401744ac7678d6df3a9bff5362937e46 0.01 MB 11 545
125,095 125,095 00000000000001b67b7be1746b0f96672a9482c08d1a10dfe143a2c309418ba6 0.00 MB 12 0
125,094 125,094 0000000000000592f4f23ae1190ebe46e0da2f7c6ec30b89727613a9f268cc91 0.02 MB 49 779
125,093 125,093 0000000000002e785a2f2f9d421a4c4fafe840b7feab0d5aed91d0c6345497f2 0.02 MB 54 1,139
125,092 125,092 0000000000001266fc51b89c1ddb8b9b156cec387078c4be7b120288b613e864 0.01 MB 30 0
125,091 125,091 0000000000001b304bd2a45935727fcd8c8cff6f6f5f453bcd136e3c00568e1a 0.02 MB 43 460
125,090 125,090 0000000000000e0bbf946793af295976ec1a79cd8a59c6ff02e5ee25aafb00d0 0.02 MB 51 391
125,089 125,089 000000000000407f28caed9624f5003af056b69048e15d84b4522c5f231c7f89 0.02 MB 40 612
125,088 125,088 000000000000076e38b6b5c319e96345fa0dc616590457a74d68050c23591f97 0.00 MB 12 1,262
125,087 125,087 00000000000027341757318360af745708011b03753a3f4e4a149d8456c0b3f9 0.01 MB 8 763
125,086 125,086 0000000000001be2c55aca17340aa5aaa12def058053dda43091745c7c397a78 0.01 MB 35 71
125,085 125,085 0000000000000d194530cc544d5f5591bd4ffeefc097afb5a1dcde3cc605ed28 0.03 MB 61 686
125,084 125,084 0000000000003c578a626a1a7f8673334433c6444466a445c38095c4c7a884c8 0.02 MB 17 456
125,083 125,083 000000000000087078464f48bd7290ba2ff83cfaa34db463953aa3e3d36bb796 0.02 MB 19 694
125,082 125,082 0000000000003c6799e2a1405d2a131d7c7f5cd157f681cbbf91c1bfdf3f085b 0.00 MB 1 0
125,081 125,081 0000000000002253c7981f3303cd99274fd19365d9b930a2dd4322a3c2f3026b 0.00 MB 9 337
125,080 125,080 0000000000001de6476903b48819f491c07e46cc132e99251f5e29b23c8b93b1 0.01 MB 33 263
125,079 125,079 000000000000434d1504e1e900b52a1e318aab109308808db71942bcca2da7fd 0.00 MB 14 527
125,078 125,078 00000000000015ce8783f89f7ac58c601b4dfd4c86341fa0dc080b3e9463c7a4 0.01 MB 28 940
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.