Memory Pool Memory Pool Refreshing

20,377 transactions
35.39 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,132 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,434 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,131 (713,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
148,413 148,413 00000000000000a93b94d9ab647f489a930ae5625f85d1ad51b523d6ebf7474a 0.01 MB 40 6
148,412 148,412 00000000000000322cca184d09ba0133f3c4274d0682edc84b955a7c28619e31 0.02 MB 45 43
148,411 148,411 00000000000004c47b1eb198a07ba8dc8eccd0cfebba6dcd75bdd34718882250 0.01 MB 22 73
148,410 148,410 000000000000020d65e812bf3597cb33aece8852f4a6601e03ea89d278507244 0.04 MB 94 190
148,409 148,409 00000000000003e80efe4a697017d8b45495b32b230223fc4b28fcc1cc805ed2 0.05 MB 47 85
148,408 148,408 000000000000093b5038a46913a3f9f90b367c048f19970d8c602ab78fc2081d 0.00 MB 9 114
148,407 148,407 00000000000004c6626387b2594f96fbd7ab26c154d91698d3e8e3759b508261 0.00 MB 14 26
148,406 148,406 00000000000009913800b4a97a06d5ba90327f46ed06dde4a9cb918081fdf0ad 0.00 MB 3 1,586
148,405 148,405 000000000000005e0aa146914a825be1b4a51805f79718673575df75c31b8386 0.00 MB 20 20
148,404 148,404 00000000000007f58accf2762b9e2bcbad6326b1db9f994e400fef0f3b7cd44d 0.01 MB 44 141
148,403 148,403 00000000000007613cb27389dec1aa84356251b581351fca8b44c029a806d6a8 0.02 MB 41 158
148,402 148,402 00000000000005ecd5238bd5edb4566c0b6ea5b0956cab33d77179f0fd6aecca 0.01 MB 25 145
148,401 148,401 000000000000063bd910426b96f2c92eb8ed15049e12bb1fdb286eb08484c147 0.03 MB 68 53
148,400 148,400 000000000000077463f7a83ccd863c5ba76cac98eba531866d4dfd656b2cdeef 0.06 MB 172 190
148,399 148,399 00000000000003afc832b53c79c5dcdf142bb5a853adce163613d3f233bb457c 0.00 MB 7 87
148,398 148,398 000000000000026f0c291d6e709e5fdd3e998c36c490d3891199c1aba56ec1f7 0.01 MB 22 400
148,397 148,397 00000000000007f401de58ef30d51381ecfa3eb0a4ae570c777592546f1086d4 0.03 MB 80 66
148,396 148,396 00000000000009c7a73d49e1427f077ce15515765a62c97848bcbe1c95222f12 0.10 MB 105 112
148,395 148,395 00000000000009d719e5634c991bf3907f7ade017b932f0f7d65a7e25ff82333 0.02 MB 30 144
148,394 148,394 00000000000000defd28410cad0b06749d07647df472a8d7480a77d7fe22ccb5 0.01 MB 33 127
148,393 148,393 000000000000069c097ad9fb1abc8a29be320b4d47079e5f2e82b62447bb824b 0.02 MB 64 75
Previous 10 blocks ↓
Total Size: 684.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,339.26 GB sent, 101.05 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.