Memory Pool Memory Pool Refreshing

8,310 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,843 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (715,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,393 192,393 00000000000005472ca87719627491657d243e32a5c8a7b09066f052bffce7a4 0.31 MB 718 115
192,392 192,392 000000000000029b07f1093ad8bea755a4f30419d79118612d741f0ba2f860d7 0.20 MB 294 2,607
192,391 192,391 00000000000007b1e51db4b82d1ba4c93adfcc56a78077fb17b15f7b5b5291cb 0.01 MB 32 0
192,390 192,390 000000000000054a07a6205e7a20ab0564f23a6dc14d87ca568e3e51fd9c3e58 0.22 MB 457 123
192,389 192,389 000000000000015bd2d2bde323191668d22b23e94495095e8c70091118aaa343 0.00 MB 9 539
192,388 192,388 00000000000004bafec4c816f325db391241417a6292b82d759a547fd374cbf3 0.10 MB 262 134
192,387 192,387 000000000000041b484bb0da40ef0ff270f4385c4fb26af08e19adacd9de3deb 0.25 MB 635 148
192,386 192,386 00000000000005199ae47ca54b65e0bdd8aece04bb3dc8fc13faea4eedd65063 0.05 MB 132 64
192,385 192,385 0000000000000787da58031802e7fbfe9f7b5c778f05e32c5792023f7cb9ece8 0.20 MB 565 142
192,384 192,384 00000000000006ad20c020c8d3a67fa50261d92ab2530626fbc83873f519e4a4 0.05 MB 135 127
192,383 192,383 00000000000004c1b859f548d512e5fe27b46b247581e2dd7d969cc7943b3339 0.00 MB 1 0
192,382 192,382 00000000000003303cc906a2918d61a365dff557a167998da7e7219490a8e3ab 0.20 MB 543 177
192,381 192,381 00000000000003034a2a2d60537008cf6e43d108cb0b6dc4f0fe7c27d800a32a 0.12 MB 268 123
192,380 192,380 000000000000021d393bcae420bdb225042884d96cd2227899e24c6b2bd65cd3 0.01 MB 21 82
192,379 192,379 00000000000004c641b0e76ea0361a0cf09c9abe853070c4bbfd8114ef4889fa 0.11 MB 330 140
192,378 192,378 000000000000008aabcd9f5a34da09e74fb739b08f8a8e968e457004d468fb0a 0.18 MB 465 183
192,377 192,377 000000000000027eb81929b5947887229c7bf44253bb5d7c3a4bbb69d5970fb8 0.05 MB 157 32
192,376 192,376 00000000000005d180309aec922d805b15927bb45e8679978192da7fdc06f879 0.02 MB 83 203
192,375 192,375 00000000000007be126496fbe0314596f495afec83068239ca4158a25945c2c2 0.12 MB 325 208
192,374 192,374 000000000000037a2edcbee7e15fe93ebd30c05df40b396370eb175ac99971a6 0.13 MB 282 136
192,373 192,373 00000000000002110fc1cdf075ddf3e9674395e63f10ef4c693c42cdb439734f 0.22 MB 509 123
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.