Memory Pool Memory Pool Refreshing

6,215 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,003 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (651,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,427 256,427 0000000000000000f789bcfd131c991785c63dd3f2d9840e618b61e92072bccb 0.17 MB 414 79
256,426 256,426 0000000000000013dd10c75405b2e60fc77851ecfb0e906db68a95caae774fac 0.25 MB 578 149
256,425 256,425 000000000000000c4e1d68be0addc8330ddd97dfaaa0af950348963aa9556429 0.02 MB 62 131
256,424 256,424 0000000000000014537cd07fab3e2ce01f65b4811ad6c757682a58b4e8f3d292 0.08 MB 223 97
256,423 256,423 000000000000000734f029a99b874784e224fa72f6c67a9be6979707eb6e117d 0.07 MB 190 146
256,422 256,422 00000000000000026e78ad4dc5f7c72c5a7fc70ad61b38431de173ee8fec3ad0 0.06 MB 143 46
256,421 256,421 00000000000000177cd23726ef3886bb4a6ed7cce5e173ab1e474071f43a659d 0.11 MB 281 91
256,420 256,420 0000000000000010d1b68412a34835f8662fed4ddaec90e97d98c4c4f5846e2a 0.07 MB 191 124
256,419 256,419 000000000000000309c9a7d9a89d854bed0d48035b66bd0578d7fd46eba19c99 0.06 MB 127 131
256,418 256,418 000000000000000886e085cfaf0821aa6d3e6f3be99440ccf08987659a85c4b4 0.08 MB 165 42
256,417 256,417 000000000000002736a35767f9b504938cbbcd89d7b8a1515a5af3e62d509f60 0.25 MB 646 119
256,416 256,416 00000000000000078d788af5ececde1076ae1f6dea184e5fcb7124199f988411 0.17 MB 370 124
256,415 256,415 0000000000000003ed595e0cfe7604c6c3e8874d0429c8f8875eecd48941b98b 0.08 MB 191 105
256,414 256,414 00000000000000205b75a8b3413fa1c8dd87b5e92515dc120be5649e06dcf416 0.34 MB 868 148
256,413 256,413 000000000000002b74f7a662a8fd7dbbdc5380e16a99bb033a309abc70cfbce8 0.07 MB 118 82
256,412 256,412 0000000000000000453d89fc82fa1ebda44b804974d2eb340cb9573fe9aab0b8 0.26 MB 511 87
256,411 256,411 00000000000000141ee49e76bd7aaf0cbfde3dc6e60ed4bbc06a395f02ac2e87 0.25 MB 605 144
256,410 256,410 000000000000000240f792bfcba098ab61ab7c7d14f11bbd25b40e377e38eba6 0.09 MB 119 50
256,409 256,409 00000000000000141bd647df753710f17293eb143efba2331d5536e9ca943557 0.13 MB 272 133
256,408 256,408 000000000000002b0aa1707a929efd2a55055e8dad4595b8ed263da97fb566c2 0.35 MB 700 113
256,407 256,407 00000000000000249abdaf91551e920822fc3f60457b2ad574bb3d482e492444 0.01 MB 14 87
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.