Memory Pool Memory Pool Refreshing

64,119 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,444 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,076 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,443 (309,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
562,524 562,524 00000000000000000029fbe12cd0f1e07bf4afa50f080a3f9dee47b3005f96e7 0.13 MB 361 17
562,523 562,523 0000000000000000000c7806dac8e135e391448f6502236aa9cb89cce44e9482 0.01 MB 38 7
562,522 562,522 000000000000000000281c69df6b8ba3bee786a938bb6e67ada70205cb5139bc 0.56 MB 1,509 11
562,521 562,521 000000000000000000053b25a104942391971402826280048324f4c8a56fba0a 0.92 MB 2,407 11
562,520 562,520 0000000000000000001c3a73064a0414134feaa1b209d4ae5d59273a54e2da04 0.63 MB 1,563 7
562,519 562,519 0000000000000000000cad81a382c069d194d873dcf8336f092afa10c31f4e2c 1.14 MB 2,883 6
562,518 562,518 00000000000000000029fde4b0f3b408fdf4ab01fba2f161bff4acafc482531e 1.15 MB 3,360 10
562,517 562,517 0000000000000000001cbc3ba42830e0023732eedd2020421c47e033326855e6 1.17 MB 2,896 9
562,516 562,516 000000000000000000166e598373cb0ea54a126cb52bd685bc68f782296f01f0 1.19 MB 2,882 12
562,515 562,515 00000000000000000023ed1a0e99cf69f34591b988e12ef0cc5561a28cb821e6 1.13 MB 3,029 16
562,514 562,514 000000000000000000049beffdb42e3c7be63ec297b5534147baf8ebd27191ef 1.10 MB 1,854 13
562,513 562,513 00000000000000000000ebd6700cf43344958139013a99f32901452ed660d3a0 1.19 MB 2,553 29
562,512 562,512 0000000000000000002ce6032ce0de072d9218558c6f445b3327c84fab0dd290 1.20 MB 3,320 8
562,511 562,511 00000000000000000026752d81bf0641b42f6fa23fc33141cb5411ed7495a768 1.42 MB 2,603 41
562,510 562,510 0000000000000000000a05a5d8df030a3f42b7260985e3143894b69140d22fda 1.35 MB 2,960 34
562,509 562,509 0000000000000000000fa4824c2710610ec9d09e27c5ed4b1b2eac75bb1c8d69 1.17 MB 2,399 9
562,508 562,508 000000000000000000182ad9c10c394cd3bbbc6b2f9540337dfb752ad82fafe1 1.21 MB 3,478 14
562,507 562,507 00000000000000000022434140876339886367d305e28ee33159252d2f7411ec 1.20 MB 3,134 10
562,506 562,506 00000000000000000018bb514032d1768de388e35ac4ecda97caa076056877ea 0.66 MB 1,983 8
562,505 562,505 00000000000000000006eca2f27c49243ad78770676d21cb9f4ad4410b0a4841 0.26 MB 728 12
562,504 562,504 0000000000000000001fd77f423fcc0662a4f20311a7415df5ba0176c3ab2df6 1.14 MB 2,172 7
Previous 10 blocks ↓
Total Size: 704.03 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: 2,636.30 GB sent, 238.15 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.