Memory Pool Memory Pool Refreshing

3,162 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 3,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (772,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,405 135,405 000000000000061f5f951e35724c0b03c662e9528ea8030f717aaebafa1a3a3c 0.06 MB 193 320
135,404 135,404 00000000000000289ddd1673a78a8e3f0a5ed00a19ad95c50e68d7a9c7de37e4 0.04 MB 71 414
135,403 135,403 00000000000000c967e5b843670086572b7304e14f8d680f4f5490e48231191e 0.00 MB 3 1,141
135,402 135,402 000000000000033fcb2bca51a871189a0d5eccb2eaa2c6eba6e1ed2ba1f2d476 0.00 MB 6 0
135,401 135,401 0000000000000a753b507e1a96d77a89cc8732bd279636bb892d0114dd794496 0.06 MB 48 182
135,400 135,400 000000000000076cf9b166f3c23e4aa6082ff4a93e187b0f7b97f977f593e6ba 0.03 MB 49 664
135,399 135,399 0000000000000368c34e082be19ecaf5d62e6f02cd92b17dc2724251409fc30e 0.01 MB 9 135
135,398 135,398 000000000000076379a64ca1a895ae83f4873795a1dbf3fd35a4df799eb48b84 0.04 MB 146 63
135,397 135,397 00000000000000f17595e62345605124adbe3042059f3c93b16bb550675d7d6c 0.01 MB 16 898
135,396 135,396 0000000000000516d4a3953cedbb8f2ad177cf0c00aacfc6a24d4819131db83b 0.05 MB 121 552
135,395 135,395 00000000000005558fb191d243e45580cc8d8cc1dfa846058f1e767ebbc09ed0 0.03 MB 37 401
135,394 135,394 00000000000000e1b8768949bb0aa7754355797dbe111e45197a13a73fd6f3b2 0.00 MB 1 0
135,393 135,393 0000000000000733a5b331ba3ce0d2b1d8cbc6a886686ab982297ef157171c83 0.02 MB 83 0
135,392 135,392 00000000000007accceb87aa14f5e77dc1723694daaad9374f0663498f84fbcd 0.05 MB 82 88
135,391 135,391 0000000000000a2337303bffc16284e571754076161ecaef41f8d8b8aef24142 0.03 MB 88 1,095
135,390 135,390 00000000000001cded717e02bafa9e3b59f3caffac1c809f2e5dd8c3a9b06f28 0.00 MB 11 435
135,389 135,389 000000000000083d3a2fd2e060da5d4b9932477c55f062f706ef4f80da9ff7f3 0.01 MB 10 1,119
135,388 135,388 0000000000000251a68fa26dfda078dc583226bbb0842225390feb66d0485bf9 0.03 MB 67 236
135,387 135,387 00000000000000838e043540dad5482dba63a25da5937a2e8bc8d1ce2a952a60 0.04 MB 121 68
135,386 135,386 0000000000000370183fed093d9bcddb8212e89f811054758f92c82774ac66ea 0.02 MB 38 438
135,385 135,385 0000000000000aa5880d1a8204c08cc32f669146876dc1df784ce0563eff59c2 0.03 MB 55 149
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.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.