Memory Pool Memory Pool Refreshing

1,433 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (721,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,393 186,393 0000000000000046dfdcd2c5090151acd3ff9d597ebd2e8c96282201819c914e 0.16 MB 458 140
186,392 186,392 0000000000000354862a67a30734b496625004ffa079f33d147cc7e9f72524d5 0.03 MB 42 95
186,391 186,391 000000000000051a361c0ae7aac5c76f49245dea6ae27221c162b14addb44d87 0.08 MB 39 57
186,390 186,390 000000000000019ad6cb222d7e8f575ded9a9b21518bada599dc212e28f56e9f 0.05 MB 107 145
186,389 186,389 000000000000004ecb55346f61a15af57bc5af4387196cf84d28300cba975864 0.00 MB 1 0
186,388 186,388 000000000000074e6b365a420bfcb69c9d09068208c83538502ea129147ef2e2 0.18 MB 508 153
186,387 186,387 00000000000008171b1f9e16d7a42c7f5571a8067573fadc76a9f5f993aa4a46 0.05 MB 118 109
186,386 186,386 00000000000008a775de8b9c22be28bfd453ca08f48b63f2a61f5195117dde6c 0.06 MB 216 140
186,385 186,385 0000000000000070640377be3dabeb490e17f6a21661a6d49cfc4b212f7aaebe 0.12 MB 307 110
186,384 186,384 00000000000000452d894c5e17151cf8fe0f5b128f51184b6c7e888e7ef0cd9a 0.08 MB 181 85
186,383 186,383 000000000000027884effdca1a2844a4f46c771a5c80440964e0b4ad14a224c8 0.00 MB 1 0
186,382 186,382 00000000000007342b25d801c563d1c76bc82757660cf06aac604676aafb8fd9 0.16 MB 324 145
186,381 186,381 0000000000000231ed346f46c4a500e5c9564cc2b61c2e11899ec860138db98a 0.03 MB 71 116
186,380 186,380 00000000000002ef15ef093d51a7d33933fccd7bcfb528d4cb9d301c98c53cf2 0.24 MB 603 138
186,379 186,379 000000000000061b5e9db2b0478e44ddc89e99ae8674d8b4eb4523cdfccc3b31 0.02 MB 62 235
186,378 186,378 00000000000007df7069636024a550e7377005a6c67cca91e735d5ede4602b31 0.01 MB 27 270
186,377 186,377 0000000000000845e240d13acaea557f07c019420bcae7cadf8287134e6159e6 0.06 MB 177 81
186,376 186,376 00000000000001e35cac34d6a77aecaf39af716bb9ba87ab5756e27b102b1b2c 0.02 MB 47 139
186,375 186,375 00000000000007709dfb6cc3fb6f949392e95a1cb3d538729856e3a780f94ce3 0.09 MB 181 161
186,374 186,374 00000000000002e9e3f5aaf9ad27bb7b39bd21feb7c78c04b9d317936c22eaf1 0.10 MB 128 14
186,373 186,373 00000000000000aa380b247fe5cbde4841625206eb02be374485342e49150972 0.16 MB 352 170
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.