Memory Pool Memory Pool Refreshing

2,455 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,455 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (684,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,244 223,244 0000000000000247d284970b2010cdcb459d2aa5078bab6812ef426d1a65d07f 0.11 MB 214 150
223,243 223,243 000000000000020b5a935ff43beceaa2d41c2b8b968529ed8fdf9320004f97b1 0.23 MB 594 225
223,242 223,242 000000000000034773fc2ce95798282b2c495d987850a922e51526176dfb6940 0.25 MB 536 235
223,241 223,241 00000000000000972f8cd7ed40b29a53de6ef44e471305d14264b46d7ad96e35 0.18 MB 230 127
223,240 223,240 00000000000000276d23bd6fa16a65a02731283f9b3ac01ccaf256a0b2a092ad 0.25 MB 678 217
223,239 223,239 0000000000000368caf1fd1261dbe49c1242c420c0ca278b73994c751286fdb8 0.05 MB 117 113
223,238 223,238 0000000000000152391dfe5192bc9f9afe045ed761d8aba96153b28b4060809b 0.25 MB 591 227
223,237 223,237 00000000000003022d22acc6f33119b0746b782122c6316b4c347d2a329bf68a 0.04 MB 76 156
223,236 223,236 00000000000001459c8c327b128cdf93372d518e67c942ea82d50d2b88b5d345 0.04 MB 100 169
223,235 223,235 00000000000002f77d8fd7cbd6365685bf8189c6c7239ae8f7d5bb3e2b96dd16 0.12 MB 296 177
223,234 223,234 00000000000000bba17f22fba7395913d6822c2f2050cfdf160a45318e0eeb3a 0.21 MB 94 30
223,233 223,233 00000000000002e67a5182fdbf074651a8682cf01bd75c4311e39e345b45b9ef 0.14 MB 314 172
223,232 223,232 0000000000000304e8971e47ce97bcfc97f3b3412a421039f336518ad04a0de1 0.23 MB 503 229
223,231 223,231 00000000000000f5a46ae16898bb37f89817f9e214808acac058792322d65d8d 0.17 MB 416 205
223,230 223,230 000000000000044747bdc3bb3a1706a4ed19e1b8d9196826bb298671b2a906d7 0.13 MB 270 139
223,229 223,229 000000000000008a97c74f2a7acc293a7222f1cad56f9e63462916ef7494b4d9 0.28 MB 443 136
223,228 223,228 00000000000000d2ad78641165f61bc4a80d0082ba258cbea544b5edbdd95330 0.25 MB 776 285
223,227 223,227 00000000000000efcfe210ca19b57762212c0773ccb4577750d8d83cdcdcaea4 0.25 MB 574 253
223,226 223,226 0000000000000103543ae06e8650a666302dabaef5c4a20b95179e6698e2aaab 0.25 MB 519 221
223,225 223,225 00000000000003b5fbe27039876afd55f22effb52573befa61537392f6e829a6 0.00 MB 10 0
223,224 223,224 0000000000000453aa3d344e474021a902d5f7930b44d1ca9385e05444136fe9 0.25 MB 725 280
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.