Memory Pool Memory Pool Refreshing

1,254 transactions
0.70 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
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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,236 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (800,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,610 107,610 000000000002533db00db351465f733056b09953eac4983ef401a8982e533f62 0.00 MB 2 0
107,609 107,609 0000000000021d8ea0f48552123a46ef71e9892788e53d92832b278060af2730 0.00 MB 11 0
107,608 107,608 00000000000002806fdd22dcce0da3be8caa37f72ab6aa150d5c742ab387767b 0.00 MB 2 0
107,607 107,607 00000000000102a7f6a4f434231b9d9dd57e2d83fc8077fa642a46e5a02af984 0.00 MB 12 0
107,606 107,606 00000000000186bb6cf2854c94223cebe9ebbab519c6f0b6e0a21874c99489e5 0.00 MB 3 0
107,605 107,605 000000000000a579f88de3bae51937c0a1f1a1126c4565fcf42aef334b529b00 0.00 MB 1 0
107,604 107,604 000000000001ebb5df2a2f40c24d6917d965203061e262cca57c68435b4faa63 0.00 MB 5 0
107,603 107,603 0000000000020971bbca716bb0bdc59c4c79670db37ab55cc4151deacd03ee72 0.00 MB 9 0
107,602 107,602 00000000000095b6fc16ac66ac6102362eb335c8f11071b8a10df9391dc8f5ab 0.00 MB 7 0
107,601 107,601 0000000000026295a730cabaff69331ae5ce345526f1592b228e8ec0bea86f20 0.00 MB 4 0
107,600 107,600 000000000001a4fadf39731a5228d5add914ba612f92f3ae10ad4b62a8dcfe6a 0.00 MB 12 127
107,599 107,599 0000000000019557e963250e81f33c4522394f44710dea00eacf2923f196c2b4 0.00 MB 3 0
107,598 107,598 000000000001b85526e2c85642cb02f4dd4769844be67d5f8d20c2f9bf42251c 0.00 MB 6 0
107,597 107,597 000000000001ad82c00ad1be66eeaa9bcbf98d5fc1d28a0d709d0f636389d7f2 0.00 MB 12 0
107,596 107,596 0000000000012652e2d52f0310da461396f5ecea8106d897f87262ebe4b671a6 0.00 MB 6 0
107,595 107,595 00000000000219fe09530554b7db2b0941d49de844234ae84ea557b625dc0965 0.01 MB 32 0
107,594 107,594 0000000000027d64305dca9b8213da1e61887a061ff778a1675b0828a4febda6 0.00 MB 7 0
107,593 107,593 000000000001b40348efa87e35021c87595b03f1d8cc48aab68bc75e14614ee5 0.00 MB 3 1,189
107,592 107,592 0000000000015fac9f3fa1f2303e44b4d591a02ec56536d70f5c33d7cc701ec4 0.00 MB 6 0
107,591 107,591 0000000000020830fc7ea9b911218876cf093f62519b7c94c07b287563cc8660 0.00 MB 2 0
107,590 107,590 00000000000248b30f2dba5ef166d12234f7f925a64f516907d3dd44585791d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.