Memory Pool Memory Pool Refreshing

3,428 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,545 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (219,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
688,362 688,362 0000000000000000000cf9e17f8863f57f0ab302756209246b3d9ed07891550e 1.40 MB 1,465 20
688,361 688,361 000000000000000000001ceb2e715fb19992ebfaa577af0a64f7dbe44552bcf5 1.04 MB 361 3
688,360 688,360 000000000000000000035a0e22819f2345ccc19fd255a12890fe43da3a9a45e8 1.34 MB 2,482 22
688,359 688,359 00000000000000000001bf4c398a3c3f8af033dc73ec3d58df32be83f5f7cff1 1.51 MB 1,972 44
688,358 688,358 0000000000000000000bc10badfc04c0e23a5163b4a9e3ff8456e9d61babf21a 1.77 MB 447 82
688,357 688,357 000000000000000000059b75ea33bf61928cdd2c451c95a51f57256c92c936ce 1.27 MB 1,531 14
688,356 688,356 000000000000000000091097668dc8bd15b18e5ea3e3031bc9dee7764b8a7aca 1.12 MB 921 33
688,355 688,355 0000000000000000000020c2362a4a91677417113a2d8c0facd000f44a301d1a 1.20 MB 534 11
688,354 688,354 0000000000000000000443b2f3f55b8a578da3a2feb19a2a51ecb3e8271cac6c 1.39 MB 3,158 5
688,353 688,353 00000000000000000007c33610692c4c04fb5f8000e9ea72a9b914c6e6e8e540 1.43 MB 1,904 16
688,352 688,352 0000000000000000000cd18653e335ea88f0d7522d722258be169bcd777ab866 1.50 MB 2,327 40
688,351 688,351 0000000000000000000979765e2fa365092875f5c5c290f0ccf528ce7dfd0f4a 1.48 MB 2,589 32
688,350 688,350 00000000000000000001879ee2b16e8963b86d663c6fdd1c27485851432c12ab 1.25 MB 1,586 49
688,349 688,349 00000000000000000001635d233131c7eb943d600b1d2083511677964d4de39d 1.14 MB 1,598 70
688,348 688,348 000000000000000000054ddb526c3313295ebfa8cc803e62574f65070d032355 1.23 MB 1,833 44
688,347 688,347 00000000000000000001535d83288ccbc5312a8b890645b1c6288929794eb68d 1.17 MB 1,352 5
688,346 688,346 000000000000000000024fea8883919504e236cbf20b8b7a26d6f06222b3dbd2 1.28 MB 1,752 40
688,345 688,345 00000000000000000001d0e65c9ea9bd40d38712c977f94826b60c3b72d2dade 1.03 MB 293 4
688,344 688,344 0000000000000000000ac8fbef51e52120035e98b3263f5482d15c318c61f529 1.32 MB 2,132 18
688,343 688,343 0000000000000000000a16eac69ec9beb61decd1cbe37bb287cc6da05495a2e8 1.15 MB 1,123 35
688,342 688,342 0000000000000000000301648b54515183b9f8404edde801dd1d865dbdfabdde 1.01 MB 166 3
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.