Memory Pool Memory Pool Refreshing

6,091 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,755 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (583,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,295 324,295 00000000000000000ce979408cc5a80ef68bbad9c2266a8ce26e61d4b8f0173d 0.94 MB 1,737 26
324,294 324,294 00000000000000000f7c47af8916db3349c1aedd14cc66ce4e193346e361880d 1.00 MB 2,170 36
324,293 324,293 000000000000000013913278e20bf9cf9642321717ea25d8956b9c6edd196a20 0.40 MB 726 29
324,292 324,292 0000000000000000087febc108be7a1fab014ba8889fdf9c29236c5b45a67f7b 0.09 MB 56 6
324,291 324,291 00000000000000001083d8eb115bd439c9a2cf87f510f56c699040f71904f537 0.17 MB 150 14
324,290 324,290 0000000000000000003da287d61b74913897543401e329c7b2c18d9c49f4a8c0 0.75 MB 1,355 29
324,289 324,289 00000000000000001a8f4865c2cb5b8b87006df9b76243b47998f55ff1caaf5a 0.32 MB 598 27
324,288 324,288 000000000000000014dc713d097a6c7c62d64a422d5930126b293fae607b4c85 0.03 MB 64 32
324,287 324,287 0000000000000000192213c9d17c2cc1066d0dbb28aaa175799147c66d6b470d 0.49 MB 911 25
324,286 324,286 000000000000000014646b63595d32157246d03dcd713241e10836efa2d67345 0.28 MB 405 21
324,285 324,285 00000000000000001334d04fa0ffe8c43adb9a99206e01f0a3cecbb45b948abb 0.53 MB 948 26
324,284 324,284 00000000000000001e2e7930980ebc8ba6ec8b355ae9ddf53dbe9a406e4bc8be 0.08 MB 203 40
324,283 324,283 0000000000000000104529ae77006f1ba21c4afa530b00bbec10a44b8b627e12 0.54 MB 728 20
324,282 324,282 00000000000000001b2f805c61d8b2859dc90955029d54c93075614bb80d9a3d 0.35 MB 966 38
324,281 324,281 000000000000000010fa4fd7052bd2eac518fc7bd8a692c0417e9f1fe611bdc9 0.64 MB 617 18
324,280 324,280 000000000000000007deff9ab99c51398bcd32b7d96f70cc69fd3b60afcf9ce4 0.75 MB 1,688 33
324,279 324,279 00000000000000001c8cc11a3305deeef600187b040996fc02660f25bad31fe0 0.33 MB 282 16
324,278 324,278 000000000000000007f46fbc6ed28e548830ed0f9d3fe448b3a06760ee18679d 0.75 MB 1,687 34
324,277 324,277 000000000000000009f787c5603aeb5e4639b5a524d9910da82112ade31c9f02 0.24 MB 258 20
324,276 324,276 00000000000000000885da5456126990ff338fe925078823950cd8b059642884 0.05 MB 88 24
324,275 324,275 00000000000000001a5b8ad2c84d1896af1fee8d521b9b7e09f1fff4d718602f 0.17 MB 270 28
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.