Memory Pool Memory Pool Refreshing

2,111 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (863,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,011 45,011 000000001be1101694877b1527f533abf592630a05e45823b1b6d7b409f602f4 0.00 MB 1 0
45,010 45,010 0000000029083190ff2fec8f3631d313cba1ecb92da14c6749d24305ebbfd44d 0.00 MB 1 0
45,009 45,009 0000000006fee9b76463f0c47a8d746a50ebc2be3df6dd531dd2407f421adec4 0.00 MB 1 0
45,008 45,008 0000000020ef22bccb3e817f8bf13cf48684f5859ca8d5c84fb1516df64ecde7 0.00 MB 1 0
45,007 45,007 0000000014dd376f4a99f2d5b087ed7595b8631c46259f5197ae0fff2bc15742 0.00 MB 1 0
45,006 45,006 000000000b5f9449ec44e446a2b4a91f451c15cfd86cd30af0ac76ae0d4791e4 0.00 MB 1 0
45,005 45,005 0000000030e3941e9b879be15a7dc2f0ef3de5be38aacbb506a6a253fc5f31e3 0.00 MB 1 0
45,004 45,004 000000001ca2628dc6080e0bd7f6fddd9139347c880078a43f5f668fb22a0537 0.00 MB 1 0
45,003 45,003 000000002e13e693b1d29e13a2387cfd390b04a1addc0a1a8763340cffcc2d83 0.00 MB 1 0
45,002 45,002 0000000004acdfb73648a5f74c3bb30eac578664d695ddf0f4618cff5d5155ac 0.00 MB 1 0
45,001 45,001 000000002e3396163275f4d1c2aaf89a7efcf78ff9fdef2abcb6fbed1ec9689b 0.00 MB 1 0
45,000 45,000 0000000007758365e4eef39e396f257a3caebb2850906f054066a58ffe657e3b 0.00 MB 1 0
44,999 44,999 0000000024cc468cc190fcc92e05915e3faa87b332865b35167701fb2a06583b 0.00 MB 1 0
44,998 44,998 0000000035ae60864973b3c0cfbda8dc2aca6849c9af71a54ad74de2dc359e6d 0.00 MB 1 0
44,997 44,997 0000000035b1581da0c49e29265d6c1dc42789f4da39ec214d6a69dad7a3c1d4 0.00 MB 1 0
44,996 44,996 0000000029d04ceea04104f14cc741e1649531c5f14974e243812cc09b20a22b 0.00 MB 1 0
44,995 44,995 00000000269ac81d97c0c5ebe8f61ca260bf055ed2e318d4f56385ed96429431 0.00 MB 1 0
44,994 44,994 000000001189d385696e7cc7182815f3ae5c84bf7ce13ff1bd5c3573cefa3a43 0.00 MB 1 0
44,993 44,993 00000000307e594e466eaa81f63ca8efb67917670eddb95ca2de74c96fca0e95 0.00 MB 1 0
44,992 44,992 00000000098b41febda9752e37e3ccf0eb2d7419c1ac48ff7780f870df03699b 0.00 MB 1 0
44,991 44,991 00000000192d5f4d195321a310e5d9309b1f3f3792c66fbb503d3f42983cf052 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.