Memory Pool Memory Pool Refreshing

7,519 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,742 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (706,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,261 201,261 00000000000003a3903767d4f55d3193dfadc3c73a062ae2763cbbc20bf6121d 0.03 MB 100 49
201,260 201,260 00000000000000181c63cedfdf1af0468ce67fac17f8d1f321314bbdba644e8a 0.03 MB 45 34
201,259 201,259 000000000000016c9fd63f2283e5840c9dfdb71ee22fe423fc122526a1aa68f4 0.00 MB 1 0
201,258 201,258 0000000000000071c05557f8fa080360deb2177b10f381572f71912a54799219 0.06 MB 81 54
201,257 201,257 000000000000005a74d8e4c781bab3803cfbcfd80d17dcb01f0ba86f51d3eb37 0.06 MB 84 93
201,256 201,256 00000000000002d059783fb1341ba4eff579fda50b4df68c86e9fec6db1e5574 0.00 MB 11 0
201,255 201,255 0000000000000161ac4bc3c8ca973bea5383e259ad0703dc6ccd594979c86f77 0.19 MB 266 101
201,254 201,254 0000000000000053b31ff462679f00865920c2b606e2b31d991b019fc0f27a15 0.00 MB 12 167
201,253 201,253 00000000000005aa4f644f0a12088e2b9f04c6f95339b09b1a8e0881085b34a8 0.05 MB 126 282
201,252 201,252 0000000000000055fcb67928a27e3cf4e9193dff84c81b7978d18de64f21f240 0.05 MB 139 156
201,251 201,251 0000000000000067d336153e820a0b674bce7cf51c4cb9ee9eddfc11ed3e71c6 0.02 MB 54 410
201,250 201,250 00000000000001d6eab50ca870a7d1ee7bc89922c5ca63493699c5cab082adcc 0.01 MB 32 0
201,249 201,249 000000000000011a988dd118b4456a520ffe0ea56149fb07c9a93a007cec30aa 0.04 MB 161 93
201,248 201,248 000000000000020253c430acad219fffa8d180d03521ddcfbedb64847e4bd137 0.12 MB 202 79
201,247 201,247 000000000000045f4bf052806d4885f1ee7207abdbe489316bbceaabb185921a 0.03 MB 50 74
201,246 201,246 00000000000004d1dfbfb5a20e57d523d910b90a5dcd39d60208195c9b9810bb 0.25 MB 237 76
201,245 201,245 00000000000004298495533e81f275902b4f64ad08e4cdb88e1f34eb094d8c21 0.08 MB 173 143
201,244 201,244 000000000000016b16dfd73588a90021c1254a27dd99f1485e152f570bbfded3 0.02 MB 50 9
201,243 201,243 0000000000000491822f1f9823e83c6f76ed7bfa0b72b16bf9f6e380ec262c42 0.11 MB 236 156
201,242 201,242 000000000000047606cdee3dacae8532bb4081bad9ce600870c692ba5318186b 0.04 MB 136 44
201,241 201,241 00000000000005d97c25dee4a0b6a8563f27509fcf9e0c3b204058c18081e186 0.04 MB 94 232
Previous 10 blocks ↓
Total Size: 768.96 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,615.43 GB sent, 92.63 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.